Skip to content

Commit

Permalink
Try work around travis-ci/dpl#1146 like geniii
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Jan 6, 2020
1 parent 41f97b9 commit 124ebda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

1 comment on commit 124ebda

@proddy
Copy link

@proddy proddy commented on 124ebda Jan 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did it work?

Please sign in to comment.