From 9f53109dfa53792781e3895dac620a837df9a098 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Wed, 21 Mar 2018 17:54:36 -0700 Subject: [PATCH] Fix tagging of 'stable' --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9e6533..c8e70bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,7 @@ before_install: - DOCKER_BUILDS="" - TAGS="" - test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true - - test -n "$TRAVIS_TAG" && TAGS="$TAGS $TRAVIS_TAG" || true - - test "$TRAVIS_BRANCH" = master && test -n "$TRAVIS_TAG" && TAGS="$TAGS stable" || true + - test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true script: - mkdir deploy