Skip to content

Commit

Permalink
get dpl from specific branch
Browse files Browse the repository at this point in the history
During a release, travis installs the dpl gem. The latest released
version is broken, the travis devs provided us a fix which is available
in a certain branch: travis-ci/dpl#487
This fix is tested in several modules, fox example zabbix, gluster,
minecraft
  • Loading branch information
bastelfreak committed Aug 19, 2016
1 parent b199690 commit 9d34196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moduleroot/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ notifications:
email: false
deploy:
provider: puppetforge
deploy:
branch: ha-bug-puppet-forge
user: puppet
password:
secure: "<%= @configs['secure'] -%>"
Expand Down

0 comments on commit 9d34196

Please sign in to comment.