Skip to content

Commit 7f5a1d7

Browse files
committed
(MODULES-11283) update curl command for installing the latest nightly build
1 parent 1a596e3 commit 7f5a1d7

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)