Skip to content

Commit 6393500

Browse files
authored
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
2 parents 99fde0d + 3db2840 commit 6393500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatch_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
sleep_time=0
107107
until [ $sleep_time -ge 15 ]
108108
do
109-
curl --location http://nightlies.puppet.com/downloads/gems/puppet${{ env.puppet_version }}-nightly/${{ matrix.gem_file_postfix }} --output puppet.gem
109+
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
110110
gem install puppet.gem -N && break
111111
112112
sleep_time=$((sleep_time*2+1))

0 commit comments

Comments
 (0)