aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcthorn42 <christopher.thorn@puppetlabs.com>2022-02-15 12:20:57 -0800
committerGitHub <noreply@github.com>2022-02-15 12:20:57 -0800
commite425ea533ae86ed6914cbdefb06cffb37a5406f6 (patch)
tree0d54ba6fc5091754ff92d16cad69b319f0c5832c
parent183acf1c5c2e7a28bf1ff2f4d1f1107b330c4a0f (diff)
parent4bcfe2e4d8922693f07539b926208b03d9eedc16 (diff)
downloadpuppet-cron_core-e425ea533ae86ed6914cbdefb06cffb37a5406f6.tar.gz
puppet-cron_core-e425ea533ae86ed6914cbdefb06cffb37a5406f6.tar.bz2
Merge pull request #51 from AriaXLi/nightly_puppet_gem_curl_redirect
(maint) Add redirect to nightly puppet gem download
-rw-r--r--.github/workflows/unit_tests_with_nightly_puppet_gem.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
index 2ea5e91..86ec16a 100644
--- a/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml
@@ -45,7 +45,7 @@ jobs:
- name: Install the latest nightly build of puppet${{ matrix.puppet_version }} gem
run: |
- 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
gem install puppet.gem -N
- name: Prepare testing environment with bundler