Skip to content

Commit

Permalink
Removed attempt to tag in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcc007 committed Nov 27, 2019
1 parent fc17b8d commit 9449e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9449e96

Please sign in to comment.