Skip to content

Commit 77cebb3

Browse files
author
cthorn42
authored
Merge pull request #38 from AriaXLi/nightly_puppet_gem_curl_redirect
(maint) Add redirect to nightly puppet gem download
2 parents 46fa2f4 + 9d052a3 commit 77cebb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install the latest nightly build of puppet${{ matrix.puppet_version }} gem
4747
run: |
48-
curl http://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem
48+
curl https://nightlies.puppet.com/downloads/gems/puppet${{ matrix.puppet_version }}-nightly/${{ matrix.gem_file }} --output puppet.gem --location
4949
gem install puppet.gem -N
5050
5151
- name: Prepare testing environment with bundler

0 commit comments

Comments
 (0)