make it run on sh

This commit is contained in:
creeper123123321 2019-04-06 15:04:12 -03:00 committed by GitHub
parent 0d5dfb83fb
commit e8f239e7d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ]; 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