Skip to content

Commit

Permalink
test dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
shinny-mayanqiong committed Jul 11, 2019
1 parent 825e3d3 commit ecf11a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ before_deploy:
# Set up git user name and tag this commit
- git config --local user.name "ElizabethMa"
- git config --local user.email "[email protected]"
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d %H:%M:%S')-$(git log --format=%h -1)}
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d_%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
- provider: releases
Expand Down

0 comments on commit ecf11a5

Please sign in to comment.