diff --git a/modules/jenkins/files/slave_scripts/propose_translation_update.sh b/modules/jenkins/files/slave_scripts/propose_translation_update.sh index f60e518fa5..2e724b3bea 100755 --- a/modules/jenkins/files/slave_scripts/propose_translation_update.sh +++ b/modules/jenkins/files/slave_scripts/propose_translation_update.sh @@ -33,5 +33,5 @@ then git review -t transifex/translations # Push changes to transifex - tx push -st + tx --debug --traceback push -st fi diff --git a/modules/jenkins/files/slave_scripts/upstream_translation_update.sh b/modules/jenkins/files/slave_scripts/upstream_translation_update.sh index 9904049291..a6db9f223a 100755 --- a/modules/jenkins/files/slave_scripts/upstream_translation_update.sh +++ b/modules/jenkins/files/slave_scripts/upstream_translation_update.sh @@ -26,5 +26,5 @@ git add $PROJECT/locale/* if [ ! `git diff-index --quiet HEAD --` ] then # Push changes to transifex - tx push -st + tx --debug --traceback push -st fi