Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-10-02 13:11:59 +00:00
parent 27962dd5c5
commit 3c22591dc2
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ jobs:
SKIP_EXTERNAL_TRIGGER: ${{ vars.SKIP_EXTERNAL_TRIGGER }}
run: |
printf "# External trigger for docker-beets\n\n" >> $GITHUB_STEP_SUMMARY
if grep -wq "^beets_master$" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
if grep -q "^beets_master" <<< "${SKIP_EXTERNAL_TRIGGER}"; then
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
echo "> Github organizational variable \`SKIP_EXTERNAL_TRIGGER\` contains \`beets_master\`; skipping trigger." >> $GITHUB_STEP_SUMMARY
exit 0

View file

@ -33,7 +33,7 @@ jobs:
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
echo "> Skipping branch ${br} due to \`skip_package_check\` being set in \`jenkins-vars.yml\`." >> $GITHUB_STEP_SUMMARY
skipped_branches="${skipped_branches}${br} "
elif grep -wq "^beets_${br}$" <<< "${SKIP_PACKAGE_TRIGGER}"; then
elif grep -q "^beets_${br}" <<< "${SKIP_PACKAGE_TRIGGER}"; then
echo "> [!WARNING]" >> $GITHUB_STEP_SUMMARY
echo "> Github organizational variable \`SKIP_PACKAGE_TRIGGER\` contains \`beets_${br}\`; skipping trigger." >> $GITHUB_STEP_SUMMARY
skipped_branches="${skipped_branches}${br} "

View file

@ -295,6 +295,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **01.10.24:** - Add packages required for Discogs plugin.
* **28.08.24:** - Rebase to Alpine 3.20, switch from Pillow to Imagemagick.
* **23.12.23:** - Rebase to Alpine 3.19.
* **25.08.23:** - Rebase to Alpine 3.18, pin Pillow to 9.5.0.