mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-19 21:03:51 -07:00
Show tags in travis output
This commit is contained in:
parent
0adea473fd
commit
379321d1f3
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ before_install:
|
|||
- TAGS=""
|
||||
- test "$TRAVIS_BRANCH" = master && TAGS="$TAGS latest" || true
|
||||
- test -n "$TRAVIS_TAG" && TAGS="$TAGS stable $TRAVIS_TAG" || true
|
||||
- echo "Tags are $TAGS"
|
||||
|
||||
script:
|
||||
- mkdir deploy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue