Skip to content
Snippets Groups Projects
Commit a11ad0ab authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: do not call tx-pull for non i18n job

Change-Id: I13f469a1af05218991e54de42e719c52fafa1ce7
parent 67bc89e7
Branches
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ pipeline { ...@@ -83,7 +83,6 @@ pipeline {
run_cmd(""" run_cmd("""
cd ${REPO_NAME} cd ${REPO_NAME}
make gettext make gettext
make tx-pull TRANSIFEX_API_TOKEN=${TRANSIFEX_API_TOKEN}
make html || true make html || true
""") """)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment