Skip to content

Commit

Permalink
Travis to deploy docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
pablojan committed Nov 8, 2017
1 parent a57975a commit b0a4bf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Expand Up @@ -34,7 +34,7 @@ fi



if [ "$TRAVIS_BRANCH" == "master" || -n $TRAVIS_TAG ]; then
if [[ "$TRAVIS_BRANCH" == "master" || -n $TRAVIS_TAG ]]; then

echo "Creating Docker image..."
docker build -t $DOCKER_IMAGE":latest" $DOCKER_TAG .
Expand Down
Binary file removed .travis/secrets.tar.enc
Binary file not shown.

0 comments on commit b0a4bf9

Please sign in to comment.