mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-22 16:28:12 +01:00
revert last commit, force git tag
This commit is contained in:
parent
2dbedc5319
commit
9324b3a756
@ -1,3 +1,4 @@
|
||||
|
||||
language: java
|
||||
before_cache:
|
||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||
@ -21,8 +22,5 @@ script:
|
||||
- git config --local user.name "creeper12313321"
|
||||
- git config --local user.email "creeper123123321@gmail.com"
|
||||
- export TRAVIS_TAG=${TRAVIS_TAG:-build-$TRAVIS_JOB_NUMBER}
|
||||
- git tag $TRAVIS_TAG
|
||||
- git tag -f $TRAVIS_TAG
|
||||
- ./gradlew clean build
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user