jenkinsfile: do not call tx-pull for non i18n job
Change-Id: I13f469a1af05218991e54de42e719c52fafa1ce7
This commit is contained in:
parent
67bc89e7e8
commit
a11ad0ab3d
|
@ -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
|
||||||
""")
|
""")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue