mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix remove-stale-translated-strings job
This commit is contained in:
parent
780c3cb88d
commit
b61082b1c4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ remove-stale-translated-strings:
|
||||||
- apt-get update -y && apt-get install git hub -y
|
- apt-get update -y && apt-get install git hub -y
|
||||||
- git config --global user.email "yunohost@yunohost.org"
|
- git config --global user.email "yunohost@yunohost.org"
|
||||||
- git config --global user.name "$GITHUB_USER"
|
- git config --global user.name "$GITHUB_USER"
|
||||||
|
- git remote set-url origin https://$GITHUB_TOKEN:x-oauth-basic@github.com/YunoHost/yunohost.git
|
||||||
script:
|
script:
|
||||||
- cd tests # Maybe move this script location to another folder?
|
- cd tests # Maybe move this script location to another folder?
|
||||||
# create a local branch that will overwrite distant one
|
# create a local branch that will overwrite distant one
|
||||||
|
|
Loading…
Add table
Reference in a new issue