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

Change-Id: I13f469a1af05218991e54de42e719c52fafa1ce7
This commit is contained in:
Sébastien Blin 2024-03-19 15:23:23 -04:00
parent 67bc89e7e8
commit a11ad0ab3d
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ pipeline {
run_cmd("""
cd ${REPO_NAME}
make gettext
make tx-pull TRANSIFEX_API_TOKEN=${TRANSIFEX_API_TOKEN}
make html || true
""")
}