Skip to content

Commit b505526

Browse files
author
Vladimir Kotal
committed
do no fail on untagged builds
1 parent 768d961 commit b505526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222
# Allow Docker builds for release builds only.
2323
if [[ -z $TRAVIS_TAG ]]; then
2424
print "TRAVIS_TAG is empty"
25-
exit 1
25+
exit 0
2626
fi
2727

2828
VERSION="$TRAVIS_TAG"

0 commit comments

Comments
 (0)