aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuchi <39198766+luchihoratiu@users.noreply.github.com>2022-01-17 11:27:29 +0200
committerGitHub <noreply@github.com>2022-01-17 11:27:29 +0200
commit63935009da4262746ed9fc704fe84b823f77fdd2 (patch)
tree20d45394f4bc8f69f9a2ddd371789c7db41b84bf
parent99fde0d538e0d8842f4ad95af776ebd2b91f2497 (diff)
parent3db28408a7d4fa9435402395cf2260fca0c652c6 (diff)
downloadpuppet-sshkeys_core-63935009da4262746ed9fc704fe84b823f77fdd2.tar.gz
puppet-sshkeys_core-63935009da4262746ed9fc704fe84b823f77fdd2.tar.bz2
Merge pull request #62 from BobosilaVictor/maint/add-puppet-short-commit-back-to-curl-link
(maint) Add puppet_short_commit back to curl link from GHA
-rw-r--r--.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
index 5f4c7b9..65de6c1 100644
--- a/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
+++ b/.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml
@@ -106,7 +106,7 @@ jobs:
sleep_time=0
until [ $sleep_time -ge 15 ]
do
- curl --location http://nightlies.puppet.com/downloads/gems/puppet${{ env.puppet_version }}-nightly/${{ matrix.gem_file_postfix }} --output puppet.gem
+ curl --location http://nightlies.puppet.com/downloads/gems/puppet${{ env.puppet_version }}-nightly/puppet-${{ needs.set_output_data.outputs.puppet_short_commit }}${{ matrix.gem_file_postfix }} --output puppet.gem
gem install puppet.gem -N && break
sleep_time=$((sleep_time*2+1))