Pipeline test update X3
Some checks failed
CI/CD / test (push) Successful in 57s
CI/CD / build-push (push) Successful in 50s
CI/CD / deploy (push) Failing after 8s

This commit is contained in:
2026-04-12 13:39:53 +02:00
parent e2acfac357
commit 7f00b1b0eb

View File

@@ -98,6 +98,8 @@ jobs:
set -e
apk add -q git
git config --global --add safe.directory ${{ env.DEPLOY_DIR }}
if [ -d ${{ env.DEPLOY_DIR }}/.git ]; then
git -C ${{ env.DEPLOY_DIR }} fetch --quiet
else