-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy to forge.puppet.com #772
Comments
|
Hello, there. Looks like we forgot to add deploy:
provider: puppetforge
edge:
branch: puppet_forge-post-1_9_0
user: zerodecimal
⋮ # restand report the result? Thanks. As for Ruby 2.2.7, it is the version that is pre-installed on the build image, and it is the one that we perform deployment with. |
|
Deployment was working a few days ago. But today I have a similar issue: https://travis-ci.org/pmuller/puppet-aws_firewall/jobs/351907488 |
|
@BanzaiMan it works for me, thanks! |
|
I still received the same error. |
|
@zerodecimal That job's configuration is still using the 1.9.0 release. https://github.com/zerodecimal/zerodecimal-oracle_inventory/blob/73b475f0385d9379f2c4f9c9b4b3abf457e42db7/.travis.yml#L43-L51 |
|
Oh man you're right. I just verified that it works, thanks! |
|
Vox Pupuli is seeing the same issue: https://travis-ci.org/voxpupuli/puppet-rsyslog/jobs/352109468#L623 |
|
@dhollinger Please try the fix mentioned in #772 (comment) |
|
Will be in 1.9.1. I'll keep the |
Hello,
I am unable to deploy to the Puppet forge because of an unsatisfied dependency of dpl, json/pure. An example job log is here if you want to take a look. I did include json_pure in my Gemfile and can see that it did get installed. I'm a little confused because dpl is installing under a different ruby version (2.2.7) than I have specified in .travis.yml (2.4.1) for the build. I'm new at this and haven't got it to work yet, so let me know if I'm missing something.
The text was updated successfully, but these errors were encountered: