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.
2 parents c736df3 + 4079b90 commit 813e634Copy full SHA for 813e634
.travis.yml
@@ -73,7 +73,7 @@ script:
73
after_success:
74
#Push to docker repo
75
- |
76
- if [ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_TAG" != "" ] && [ "$TEST" == "integration-test" ] && [ "$DOCKER_USER" != "" ] && [ "$DOCKER_PASS" != "" ]; then
+ if [ "$TRAVIS_TAG" != "" ] && [ "$DOCKER_USER" != "" ] && [ "$DOCKER_PASS" != "" ]; then
77
docker tag $REPO $REPO:$TRAVIS_TAG
78
docker login -u "$DOCKER_USER" -p "$DOCKER_PASS";
79
docker push $REPO ;
0 commit comments