Skip to content

Commit 4454ebe

Browse files
leonspreevejd
authored andcommitted
Fix tag
1 parent 846c3d1 commit 4454ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addons:
77
packages:
88
- realpath
99
before_install:
10-
- if [ -n "$TRAVIS_TAG" ]; then export TAG=$TRAVIS_TAG; fi
10+
- if [ -n "$TRAVIS_TAG" ]; then export TAG=$TRAVIS_TAG; else export TAG=ci; fi
1111
- export TAG=$(echo $TAG | sed 's;/;_;g')
1212
- env | sort | egrep "REPO|TAG|REGISTRY" | egrep -vi "password|token"
1313
- bin/build

0 commit comments

Comments
 (0)