aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Cooper <737664+joshcooper@users.noreply.github.com>2022-02-15 10:57:43 -0800
committerGitHub <noreply@github.com>2022-02-15 10:57:43 -0800
commit9489ccfc22f3d28172461ac2390beab7de3c9274 (patch)
treea8c94b637cbe1d72d5e803e618fe699a1bab9200
parent9a9fb688d0be67ec6289111d84462ea7a451942f (diff)
parentad131158798e3dc30b2eb43934e798f1b07ab64b (diff)
downloadpuppet-mailalias_core-9489ccfc22f3d28172461ac2390beab7de3c9274.tar.gz
puppet-mailalias_core-9489ccfc22f3d28172461ac2390beab7de3c9274.tar.bz2
Merge pull request #41 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