Skip to content

Commit

Permalink
skip tx_commands based on TRANSIFEX_USER
Browse files Browse the repository at this point in the history
  • Loading branch information
kouk committed Jan 26, 2016
1 parent 4f5a824 commit 40aa093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/tx_commands.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if [[ ! -z "$CI_PULL_REQUEST" ]] ; then
echo "NB: Skipping tests of $TX in PR build ($CI_PULL_REQUEST)"
if [[ -z "$TRANSIFEX_USER" ]] ; then
echo "NB: Skipping tests of $TX since TRANSIFEX_USER is undefined or empty"
exit 0
fi

Expand Down

0 comments on commit 40aa093

Please sign in to comment.