Commit a389b3ff authored by bmortier's avatar bmortier
Browse files

Resolve "Update transiflex API in the gitlab-ci"

Showing with 3 additions and 4 deletions
+3 -4
stages: stages:
- lint - lint
- codestyle - codestyle
- manpages
- transifex - transifex
- tarballs - tarballs
- trigger - trigger
...@@ -68,10 +67,10 @@ update-transifex: ...@@ -68,10 +67,10 @@ update-transifex:
script: script:
- test -d ../dev-tools/ && rm -Rf ../dev-tools/ - test -d ../dev-tools/ && rm -Rf ../dev-tools/
- git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools - git clone --depth 1 https://gitlab.fusiondirectory.org/fusiondirectory/dev-tools.git ../dev-tools
- echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_PASSWORD"$'\ntoken = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc - echo $'[https://www.transifex.com]\nrest_hostname = '"$TRANSIFEX_REST_HOSTNAME"$'\nusername = '"$TRANSIFEX_USER"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc
- tx pull -a - tx pull -a -f
- ../dev-tools/locale-scripts/fusiondirectory-update-locale-plugins - ../dev-tools/locale-scripts/fusiondirectory-update-locale-plugins
- tx push -s -t --skip --no-interactive - tx push -s -t --skip
build-tarballs: build-tarballs:
stage: tarballs stage: tarballs
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment