2 Commits

Author SHA1 Message Date
7e7869078b Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 13s
2025-12-02 00:21:39 +00:00
a68e3f8967 don't use error hanndling
All checks were successful
renovate / renovate (push) Successful in 1m0s
2025-12-01 18:20:47 -06:00
2 changed files with 2 additions and 6 deletions

View File

@@ -47,11 +47,7 @@ jobs:
git config user.email "gitea-bot@alexlebens.net"
echo ">> Checking if PR branch exists ..."
set e+
git ls-remote --exit-code --heads origin "${BRANCH_NAME}" > /dev/null 2>&1
set e-
if [ $? -eq 0 ]; then
if [[ $(git ls-remote --heads origin "${BRANCH_NAME}" | wc -l) -gt 0 ]]; then
echo ">> Branch '${BRANCH_NAME}' exists, pulling changes ..."
git fetch origin "${BRANCH_NAME}"
git checkout "${BRANCH_NAME}"

View File

@@ -36,7 +36,7 @@ shelly-plug:
main:
image:
repository: php
tag: 8.4.15-apache-bookworm
tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent
env:
- name: SHELLY_HOSTNAME