mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 10:23:27 +08:00
Merge branch 'master' of github.com:koalaman/shellcheck
This commit is contained in:
@@ -13,8 +13,7 @@ before_install: |
|
|||||||
DOCKER_BASE="$DOCKER_USERNAME/shellcheck"
|
DOCKER_BASE="$DOCKER_USERNAME/shellcheck"
|
||||||
DOCKER_BUILDS=""
|
DOCKER_BUILDS=""
|
||||||
TAGS=""
|
TAGS=""
|
||||||
tes
|
test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
|
||||||
t "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
|
|
||||||
test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true
|
test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true
|
||||||
echo "Tags are $TAGS"
|
echo "Tags are $TAGS"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user