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.
2 parents 46fa2f4 + 9d052a3 commit 77cebb3Copy full SHA for 77cebb3
.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Install the latest nightly build of puppet${{ matrix.puppet_version }} gem
47
run: |
48
- curl http://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem
+ curl https://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem --location
49
gem install puppet.gem -N
50
51
- name: Prepare testing environment with bundler
0 commit comments