mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Export TRAVIS_TAG alongside GIT_TAG for Travis CI builds
This commit is contained in:
parent
a6c91afde4
commit
1eaccd9e1f
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ matrix:
|
|||
- git config --global user.email "builds@travis-ci.com"
|
||||
- git config --global user.name "Travis CI"
|
||||
- export GIT_TAG=nightly-build
|
||||
- export TRAVIS_TAG=nightly-build
|
||||
- git tag $GIT_TAG -f
|
||||
- sh ./.CI/CreateAppImage.sh
|
||||
|
||||
|
@ -83,6 +84,7 @@ matrix:
|
|||
- git config --global user.email "builds@travis-ci.com"
|
||||
- git config --global user.name "Travis CI"
|
||||
- export GIT_TAG=nightly-build
|
||||
- export TRAVIS_TAG=nightly-build
|
||||
- git tag $GIT_TAG -f
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue