Skip to content

Commit a5a1c8d

Browse files
committed
Revert "Nicer tag names for Travis releases"
This reverts commit cb0cfa5.
1 parent cb0cfa5 commit a5a1c8d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ script:
3434
- ./gradlew build test :app:assembleAndroidTest
3535
# Deploy built APK to github
3636
before_deploy:
37-
- git config --global user.email "noreply+travis-ci@projectbuendia.org"
38-
- git config --global user.name "Travis CI"
39-
- export GIT_TAG=$TRAVIS_BUILD_NUMBER
40-
- git tag $GIT_TAG -a -m "Generated tag from Travis CI for build $TRAVIS_BUILD_NUMBER"
41-
- git push -q git@github.com:projectbuendia/client.git --tags
4237
- cp ./app/build/outputs/apk/*.apk .
4338
deploy:
4439
provider: releases

0 commit comments

Comments
 (0)