aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcthorn42 <christopher.thorn@puppetlabs.com>2022-02-15 12:21:24 -0800
committerGitHub <noreply@github.com>2022-02-15 12:21:24 -0800
commit2522f57744642adfdf5e043b4626198c99856a73 (patch)
treea3336ddc5122b80bd483429938428b9e9eee23bc
parent050b2f83b102c8489138871ff8085422beb8bae5 (diff)
parent1a596e371fac48d79b7670945dd3d269f56150de (diff)
downloadpuppet-hosts_core-2522f57744642adfdf5e043b4626198c99856a73.tar.gz
puppet-hosts_core-2522f57744642adfdf5e043b4626198c99856a73.tar.bz2
Merge pull request #35 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