fix remove-stale-translated-strings job

This commit is contained in:
Kay0u 2021-06-22 10:51:22 +02:00
parent 780c3cb88d
commit b61082b1c4
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -10,6 +10,7 @@ remove-stale-translated-strings:
- apt-get update -y && apt-get install git hub -y
- git config --global user.email "yunohost@yunohost.org"
- git config --global user.name "$GITHUB_USER"
- git remote set-url origin https://$GITHUB_TOKEN:x-oauth-basic@github.com/YunoHost/yunohost.git
script:
- cd tests # Maybe move this script location to another folder?
# create a local branch that will overwrite distant one