We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e5da2 commit 92cabc4Copy full SHA for 92cabc4
.travis.yml
@@ -15,9 +15,9 @@ script:
15
- travis_wait 15 ./build/${TRAVIS_OS_NAME}-deploy.sh
16
before_deploy:
17
# Set up git user name and tag this commit
18
- - git config --local user.name "Christopher Pow"
19
- - git config --local user.email "[email protected]"
20
- - git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
+ #- git config --local user.name "Christopher Pow"
+ #- git config --local user.email "[email protected]"
+ #- git tag build-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
21
22
deploy:
23
provider: releases
0 commit comments