diff --git a/.travis.yml b/.travis.yml index 9fc75040..a76d59f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -111,10 +111,10 @@ jobs: # bundle artifacts for later deploy - zip -r $HOME/screenshots/screenshots.zip ios/fastlane/screenshots android/fastlane/metadata/android/*/images # Set up git user name and tag this commit - - git config --local user.name "$GIT_USER_NAME" - - git config --local user.email "$GIT_USER_EMAIL" - - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)} - - git tag $TRAVIS_TAG +# - git config --local user.name "$GIT_USER_NAME" +# - git config --local user.email "$GIT_USER_EMAIL" +# - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)} +# - git tag $TRAVIS_TAG # deploy artifacts if tagged commit deploy: