We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846c3d1 commit 4454ebeCopy full SHA for 4454ebe
.travis.yml
@@ -7,7 +7,7 @@ addons:
7
packages:
8
- realpath
9
before_install:
10
-- if [ -n "$TRAVIS_TAG" ]; then export TAG=$TRAVIS_TAG; fi
+- if [ -n "$TRAVIS_TAG" ]; then export TAG=$TRAVIS_TAG; else export TAG=ci; fi
11
- export TAG=$(echo $TAG | sed 's;/;_;g')
12
- env | sort | egrep "REPO|TAG|REGISTRY" | egrep -vi "password|token"
13
- bin/build
0 commit comments