Skip to content

Commit 6c3d86a

Browse files
author
Bhavik Kumar
committed
Add bash before running container push script
1 parent 6f0f447 commit 6c3d86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- unset AWS_SESSION_TOKEN
5555
script:
5656
- ./gradlew check
57-
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then deployment/script/travis_push_container.sh; fi
57+
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash deployment/script/travis_push_container.sh; fi
5858
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then ./gradlew dockerPush; fi
5959
after_success:
6060
- ./gradlew sonarqube

0 commit comments

Comments
 (0)