Merge branch 'master' of github.com:koalaman/shellcheck

This commit is contained in:
Vidar Holen 2019-07-24 22:00:57 -07:00
commit bfb2d79e54
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ before_install: |
DOCKER_BASE="$DOCKER_USERNAME/shellcheck"
DOCKER_BUILDS=""
TAGS=""
tes
t "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true
echo "Tags are $TAGS"