We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768d961 commit b505526Copy full SHA for b505526
dev/docker.sh
@@ -22,7 +22,7 @@ fi
22
# Allow Docker builds for release builds only.
23
if [[ -z $TRAVIS_TAG ]]; then
24
print "TRAVIS_TAG is empty"
25
- exit 1
+ exit 0
26
fi
27
28
VERSION="$TRAVIS_TAG"
0 commit comments