From dcd86ff3b3b1e23d90222c4ee070cb86d1c216f9 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Mon, 2 Sep 2019 14:21:24 +0100 Subject: [PATCH] Trigger alpha --- scripts/travis/deploy/tag-travis-branch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/travis/deploy/tag-travis-branch.sh b/scripts/travis/deploy/tag-travis-branch.sh index 605693a930..421ea35c16 100755 --- a/scripts/travis/deploy/tag-travis-branch.sh +++ b/scripts/travis/deploy/tag-travis-branch.sh @@ -6,4 +6,5 @@ else TAG_VERSION=$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER fi; + echo $TAG_VERSION;