We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1bd99 commit 1c31b56Copy full SHA for 1c31b56
1 file changed
roles/generate-jenkins/templates/EXTERNAL_TRIGGER.j2
@@ -182,7 +182,7 @@ jobs:
182
else
183
printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY
184
echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY
185
- if "${artifacts_found}" == "true" ]]; then
+ if [[ "${artifacts_found}" == "true" ]]; then
186
echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY
187
fi
188
response=$(curl -iX POST \
0 commit comments