📦 Possible fix for script error when pushing

This commit is contained in:
Christian Mäder 2017-09-29 12:50:41 +02:00
parent a6991b9516
commit 360cb0e90f
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 3 additions and 3 deletions

View File

@ -20,9 +20,9 @@ after_script:
after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
build.sh master --push
build.sh develop-2.2 --push
build-latest.sh
./build.sh master --push;
./build.sh develop-2.2 --push;
./build-latest.sh;
fi
notifications: