Skip to content

Commit 0008c75

Browse files
authored
Merge pull request #36 from AriaXLi/nightly_puppet_gem_curl_redirect
(MODULES-11283) update curl command for installing the latest nightly…
2 parents 2522f57 + 7f5a1d7 commit 0008c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

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

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

0 commit comments

Comments
 (0)