From a1d808683168521e115bee18486a5d23e64db307 Mon Sep 17 00:00:00 2001 From: Dario Ernst Date: Sun, 30 Jun 2019 11:39:56 +0000 Subject: [PATCH] Revert "Add ALPINE VERSION to deployment build too" This reverts commit 466595998bbd4690972ffbacd3ffb43057537ddb. --- tests/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deploy.sh b/tests/deploy.sh index a98ff9f9..21aec444 100755 --- a/tests/deploy.sh +++ b/tests/deploy.sh @@ -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