Fix tagging of 'stable'

This commit is contained in:
Vidar Holen 2018-03-21 17:54:36 -07:00
parent 795a881219
commit 9f53109dfa
1 changed files with 1 additions and 2 deletions

View File

@ -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