⚙️ Compact Variants Logic into build-all.sh

This commit is contained in:
Christian Mäder 2018-03-05 14:36:24 +01:00
parent e3120a715e
commit 36f79b3ffe
No known key found for this signature in database
GPG key ID: 92FFD0A711F196BB
4 changed files with 61 additions and 16 deletions

View file

@ -19,12 +19,7 @@ after_script:
after_success:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then
./build-branches.sh --push;
./build-latest.sh --push;
PRERELEASE=true ./build-latest.sh --push;
SRC_ORG=lampwins TAG=webhooks-backend ./build.sh "feature/webhooks-backend" --push;
fi
- ./build-all.sh --push
notifications:
slack: