We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0f447 commit 6c3d86aCopy full SHA for 6c3d86a
.travis.yml
@@ -54,7 +54,7 @@ jobs:
54
- unset AWS_SESSION_TOKEN
55
script:
56
- ./gradlew check
57
- - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then deployment/script/travis_push_container.sh; fi
+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash deployment/script/travis_push_container.sh; fi
58
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew dockerPush; fi
59
after_success:
60
- ./gradlew sonarqube
0 commit comments