mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Push strings to Transfiex only if we are building the 2.x branch
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ echo "TRAVIS_NODE_VERSION=$TRAVIS_NODE_VERSION"
|
||||
|
||||
if [[ "$TRAVIS" != "true" ]]; then exit 0; fi
|
||||
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit 0; fi
|
||||
if [[ "$TRAVIS_BRANCH" != "master" ]]; then exit 0; fi
|
||||
if [[ "$TRAVIS_BRANCH" != "2.x" ]]; then exit 0; fi
|
||||
if [[ "$TRAVIS_NODE_VERSION" != "10" ]]; then exit 0; fi
|
||||
|
||||
echo "Pushing source strings to Transifex..."
|
||||
|
||||
Reference in New Issue
Block a user