mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
fix rebuilding on travis
This commit is contained in:
parent
286f3c7f08
commit
2f3ada6ebe
@ -19,5 +19,5 @@ deploy:
|
||||
install: true
|
||||
script:
|
||||
# Set up git user name and tag this commit
|
||||
- if [ -z $TRAVIS_TAG ]; then git config --local user.name "creeper12313321"; git config --local user.email "creeper123123321@gmail.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi
|
||||
- if [ -z $TRAVIS_TAG ] && [ -z $(git tag -l --points-at HEAD) ]; then git config --local user.name "creeper12313321"; git config --local user.email "7974274+creeper123123321@users.noreply.github.com"; export TRAVIS_TAG=build-$TRAVIS_JOB_NUMBER; git tag $TRAVIS_TAG; fi
|
||||
- ./gradlew clean build
|
||||
|
Loading…
Reference in New Issue
Block a user