aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAria Li <aria.li@puppet.com>2022-02-15 12:03:57 -0800
committerAria Li <aria.li@puppet.com>2022-02-15 12:03:57 -0800
commit4bcfe2e4d8922693f07539b926208b03d9eedc16 (patch)
tree653a123c5f0f88c3d7268aee077084d10fab687f
parentfb605aab8857d990119599668e63383a055f4f71 (diff)
downloadpuppet-cron_core-4bcfe2e4d8922693f07539b926208b03d9eedc16.tar.gz
puppet-cron_core-4bcfe2e4d8922693f07539b926208b03d9eedc16.tar.bz2
(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