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
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_SQLITEBROWSER_MASTER\". ****"
21
-
echo "External trigger running off of master branch. To disable this trigger, set a Github secret named \`PAUSE_EXTERNAL_TRIGGER_SQLITEBROWSER_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_SQLITEBROWSER_MASTER\`" >> $GITHUB_STEP_SUMMARY
elif [[ $(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:'"sqlitebrowser"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://') != "${EXT_RELEASE}" ]]; then
78
-
echo "**** New version ${EXT_RELEASE} found; but not all arch repos updated yet; exiting ****"
79
-
echo "New version ${EXT_RELEASE} found; but not all arch repos updated yet; exiting" >> $GITHUB_STEP_SUMMARY
79
+
echo "New version \`${EXT_RELEASE}\` found; but not all arch repos updated yet; exiting" >> $GITHUB_STEP_SUMMARY
80
80
FAILURE_REASON="New version ${EXT_RELEASE} for sqlitebrowser tag latest is detected, however not all arch repos are updated yet. Will try again later."
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-sqlitebrowser/${br}/.github/workflows/external_trigger.yml > /dev/null 2>&1; then
if [ $(curl -s https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-sqlitebrowser/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_SQLITEBROWSER_MASTER\". ****"
26
-
echo "Package trigger running off of master branch. To disable, set a Github secret named \`PAUSE_PACKAGE_TRIGGER_SQLITEBROWSER_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_SQLITEBROWSER_MASTER\`" >> $GITHUB_STEP_SUMMARY
0 commit comments