aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2022-02-16 13:15:06 -0800
committerGitHub <noreply@github.com>2022-02-16 13:15:06 -0800
commit0008c7542b06456d66d384a21e29eded8a851cab (patch)
tree98e25db2b28dd7f7b61551fdced92e2531407977
parent2522f57744642adfdf5e043b4626198c99856a73 (diff)
parent7f5a1d7b575dd04c04717f1485a7de6883ea9104 (diff)
downloadpuppet-hosts_core-0008c7542b06456d66d384a21e29eded8a851cab.tar.gz
puppet-hosts_core-0008c7542b06456d66d384a21e29eded8a851cab.tar.bz2
Merge pull request #36 from AriaXLi/nightly_puppet_gem_curl_redirect
(MODULES-11283) update curl command for installing the latest nightly…
-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