You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2025. It is now read-only.
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_BOOKSONIC_AIR_MASTER\". ****"
21
-
echo "External trigger running off of master branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_BOOKSONIC_AIR_MASTER\`" >> $GITHUB_STEP_SUMMARY
22
-
echo "**** Retrieving external version ****"
21
+
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
22
+
echo "> External trigger running off of master branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_BOOKSONIC_AIR_MASTER\`" >> $GITHUB_STEP_SUMMARY
if [[ "${br}" == "${ls_branch}" ]] && [[ "${ls_trigger}" != "os" ]]; then
28
-
echo "**** Branch ${br} appears to be live and trigger is not os; checking workflow. ****"
31
+
echo "Branch appears to be live and trigger is not os; checking workflow." >> $GITHUB_STEP_SUMMARY
29
32
if curl -sfX GET https://raw.githubusercontent.com/linuxserver/docker-booksonic-air/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then
if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-booksonic-air/job/master/lastBuild/api/json | jq -r '.building') == "true" ]; then
21
-
echo "**** There already seems to be an active build on Jenkins; skipping package trigger ****"
22
-
echo "There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY
22
+
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
23
+
echo "> There already seems to be an active build on Jenkins; skipping package trigger" >> $GITHUB_STEP_SUMMARY
23
24
exit 0
24
25
fi
25
-
echo "**** Package trigger running off of master branch. To disable, set a Github secret named \"PAUSE_PACKAGE_TRIGGER_BOOKSONIC_AIR_MASTER\". ****"
26
-
echo "Package trigger running off of master branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_BOOKSONIC_AIR_MASTER\`" >> $GITHUB_STEP_SUMMARY
26
+
echo "> [!NOTE]" >> $GITHUB_STEP_SUMMARY
27
+
echo "> Package trigger running off of master branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_BOOKSONIC_AIR_MASTER\`" >> $GITHUB_STEP_SUMMARY
0 commit comments