Skip to content

Commit 1a596e3

Browse files
committed
(maint) Add redirect to nightly puppet gem download
1 parent 050b2f8 commit 1a596e3

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)