mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-03-11 13:28:45 +01:00
end of if, don't force tag
This commit is contained in:
parent
3676c07a04
commit
0d5dfb83fb
@ -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 -f $TRAVIS_TAG
|
||||
- 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
|
||||
- ./gradlew clean build
|
||||
|
Loading…
Reference in New Issue
Block a user