Commit d743ee05 authored by bmortier's avatar bmortier
Browse files

Merge branch '6262-update-transiflex-api-in-the-gitlab-ci' into '1.4-dev'

:handshake: fix(transifex) "Update transiflex API in the gitlab-ci

See merge request fusiondirectory/fd!1023
Showing with 1 addition and 1 deletion
+1 -1
...@@ -68,7 +68,7 @@ update-transifex: ...@@ -68,7 +68,7 @@ update-transifex:
- echo $'[https://www.transifex.com]\nrest_hostname = '"$TRANSIFEX_REST_HOSTNAME"$'\nusername = '"$TRANSIFEX_USER"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc - echo $'[https://www.transifex.com]\nrest_hostname = '"$TRANSIFEX_REST_HOSTNAME"$'\nusername = '"$TRANSIFEX_USER"$'\ntoken = '"$TRANSIFEX_TOKEN"$'\n' > ~/.transifexrc
- tx pull -a -f - tx pull -a -f
- ../dev-tools/locale-scripts/fusiondirectory-update-locale -g - ../dev-tools/locale-scripts/fusiondirectory-update-locale -g
- 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