aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2022-02-16 13:15:23 -0800
committerGitHub <noreply@github.com>2022-02-16 13:15:23 -0800
commitc475e71dd113831fbabc318e8c5bf7e2cae4177a (patch)
treeeb8e0c914dafef401c4e1fd03912433347202dfc
parente425ea533ae86ed6914cbdefb06cffb37a5406f6 (diff)
parenteb6c4a57c0d918ea3b7f1393069f9470d069c22a (diff)
downloadpuppet-cron_core-c475e71dd113831fbabc318e8c5bf7e2cae4177a.tar.gz
puppet-cron_core-c475e71dd113831fbabc318e8c5bf7e2cae4177a.tar.bz2
Merge pull request #52 from AriaXLi/nightly_puppet_gem_curl_redirect
(MODULES-11283) update curl for installing latest nightly build
-rw-r--r--.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
index 208d054..9cccb45 100644
--- a/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml
@@ -43,7 +43,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