From 70b75d68e8cfc7123b87d87b122ad7b62c22f644 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Wed, 28 Feb 2018 20:47:34 +0100 Subject: [PATCH] Set env variable to not execute build twice --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e9d616f..5a00ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ after_success: before_deploy: - > if ! [ "$BEFORE_DEPLOY_RUN" ]; then + export BEFORE_DEPLOY_RUN=1; if [[ $TRAVIS_TAG != "v"* ]]; then exit 1; fi; VERSION=$(echo $TRAVIS_TAG | cut -c 2-) make build-all; fi