The tagging saga continues :'(

pull/69/head
Thomas Buckley-Houston 2018-06-23 19:57:29 +08:00
rodzic 5ddba85a0d
commit c549f74bf5
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -19,15 +19,15 @@ fi
git tag v$manifest_version
git show v$manifest_version --quiet
git reset --hard
git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI"
# `/dev/null` needed to prevent Github token appearing in logs
git push --tags --quiet https://$GITHUB_TOKEN@github.com/tombh/texttop > /dev/null 2>&1
git reset --hard v$manifest_version
cd $PROJECT_ROOT/webext
BROWSH_ENV=RELEASE npm run build
cd $PROJECT_ROOT/interfacer/src
curl -sL http://git.io/goreleaser | bash
git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI"
# `/dev/null` needed to prevent Github token appearing in logs
git push --tags --quiet https://$GITHUB_TOKEN@github.com/tombh/texttop > /dev/null 2>&1