Revert "Add ALPINE VERSION to deployment build too"

This reverts commit 466595998b.
master
Dario Ernst 5 years ago
parent bb2edb6eb6
commit a1d8086831

@ -9,7 +9,7 @@ if [ "$TRAVIS_BRANCH" = "testing" ]; then
# Commit message is like "Try #99".
# This sets the version tag to "pr-99"
export MAILU_VERSION="pr-${TRAVIS_COMMIT_MESSAGE//[!0-9]/}"
docker-compose -f tests/build.yml build --build-arg --build-arg ALPINE_VERSION=${ALPINE_VERSION}
docker-compose -f tests/build.yml build
fi
docker login -u $DOCKER_UN -p $DOCKER_PW

Loading…
Cancel
Save