mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-10 13:12:38 +08:00
Fix tagging of 'stable'
This commit is contained in:
@@ -10,8 +10,7 @@ before_install:
|
|||||||
- DOCKER_BUILDS=""
|
- DOCKER_BUILDS=""
|
||||||
- TAGS=""
|
- TAGS=""
|
||||||
- test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
|
- test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
|
||||||
- test -n "$TRAVIS_TAG" && TAGS="$TAGS $TRAVIS_TAG" || true
|
- test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true
|
||||||
- test "$TRAVIS_BRANCH" = master && test -n "$TRAVIS_TAG" && TAGS="$TAGS stable" || true
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir deploy
|
- mkdir deploy
|
||||||
|
Reference in New Issue
Block a user