-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try work around travis-ci/dpl#1146 like geniii
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,15 +33,16 @@ jobs: | |
# Tag generation with 'date' comes with a newline to strip off. | ||
# Use 'printf' instead. | ||
before_deploy: | ||
- rvm $(travis_internal_ruby) --fuzzy do ruby -S bundle install | ||
- git config --global user.email "[email protected]" | ||
- git config --global user.name "Travis CI" | ||
- export TRAVIS_TAG=$(printf '%(%Y%m%d)T') | ||
- git tag -a "$TRAVIS_TAG" -m 'Automatic release by Travis CI' | ||
deploy: | ||
provider: releases | ||
draft: false | ||
edge: true | ||
edge: | ||
source: wenkokke/dpl | ||
branch: master | ||
token: ${TOKEN} | ||
file_glob: true | ||
file: debirf/build/* | ||
|
124ebda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did it work?