Skip to content

Commit

Permalink
deploy if TRAVIS_TAG exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaerber committed Nov 20, 2017
1 parent d45c3cb commit 7a6b527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
if [ "$TRAVIS_BRANCH" == "master" && $TRAVIS_TAG ]; then
if [ "$TRAVIS_TAG" ]; then
docker version
uname -a
echo "Updating Docker engine to latest version"
Expand Down

0 comments on commit 7a6b527

Please sign in to comment.