Skip to content

Commit 1c31b56

Browse files
committed
fix typo in external trigger
1 parent 0a1bd99 commit 1c31b56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/generate-jenkins/templates/EXTERNAL_TRIGGER.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
else
183183
printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY
184184
echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY
185-
if "${artifacts_found}" == "true" ]]; then
185+
if [[ "${artifacts_found}" == "true" ]]; then
186186
echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY
187187
fi
188188
response=$(curl -iX POST \

0 commit comments

Comments
 (0)