fix(ci): hardcode REF to main to isolate gitea output bug
Some checks failed
Build & Deploy / 🔍 Prepare (push) Failing after 3s
Build & Deploy / 🧪 QA (push) Has been skipped
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-06-18 13:48:23 +02:00
parent bbdc594659
commit bb9861be06

View File

@@ -82,10 +82,7 @@ jobs:
id: determine
shell: bash
run: |
REF="$GITHUB_REF_NAME"
if [ -z "$REF" ]; then
REF=$(git rev-parse --abbrev-ref HEAD | sed 's/HEAD//')
fi
REF="main"
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
DOMAIN="e-tib.com"
PRJ="etib"