diff options
author | Michael Hashizume <mhashizume@users.noreply.github.com> | 2022-02-16 13:14:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 13:14:38 -0800 |
commit | 0c1de64e0890d11225f745eb82622435be9645ff (patch) | |
tree | 71fbd7edbd5155499f9800fc38b5ba9fde641e93 | |
parent | 9489ccfc22f3d28172461ac2390beab7de3c9274 (diff) | |
parent | 34367169e20bfa731ece29ad3553771ece5ac6b6 (diff) | |
download | puppet-mailalias_core-0c1de64e0890d11225f745eb82622435be9645ff.tar.gz puppet-mailalias_core-0c1de64e0890d11225f745eb82622435be9645ff.tar.bz2 |
Merge pull request #42 from AriaXLi/nightly_puppet_gem_curl_redirect
(MODULES-11283) curl for installing the latest nightly build
-rw-r--r-- | .github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml | 2 |
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 |