Skip to content

Commit

Permalink
Merge pull request #317 from linuxserver/ext-fix
Browse files Browse the repository at this point in the history
fix typo in external trigger
  • Loading branch information
aptalca authored Dec 11, 2024
2 parents 0a1bd99 + 1c31b56 commit 6a20c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/generate-jenkins/templates/EXTERNAL_TRIGGER.j2
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
else
printf "\n## Trigger new build\n\n" >> $GITHUB_STEP_SUMMARY
echo "New version \`${EXT_RELEASE}\` found; old version was \`${IMAGE_VERSION}\`. Triggering new build" >> $GITHUB_STEP_SUMMARY
if "${artifacts_found}" == "true" ]]; then
if [[ "${artifacts_found}" == "true" ]]; then
echo "All artifacts seem to be uploaded." >> $GITHUB_STEP_SUMMARY
fi
response=$(curl -iX POST \
Expand Down

0 comments on commit 6a20c93

Please sign in to comment.