Skip to content

Commit

Permalink
fix(build): unclosed strings in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastill committed Jun 23, 2020
1 parent 422db64 commit 632ab63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
if [ ! -z "$TRAVIS_TAG" ]; then
echo "Tag detected, pushing tag '${TRAVIS_TAG}' to docker hub"
docker tag flogo/flogo-web:latest "flogo/flogo-docker:${TRAVIS_TAG}"
docker tag flogo/flogo-web:latest "flogo/flogo-docker:latest
docker tag flogo/flogo-web:latest "flogo/flogo-docker:latest"
docker push "flogo/flogo-docker:${TRAVIS_TAG}"
docker push "flogo/flogo-docker:latest
docker push "flogo/flogo-docker:latest"
fi

0 comments on commit 632ab63

Please sign in to comment.