fix(ci): export SHORT_SHA + fix(db): deterministic staff IDs (GRO-355) #193

Merged
groombook-engineer[bot] merged 1 commits from fix/gro-352-short-sha-export into main 2026-04-01 10:21:41 +00:00
+1 -1
View File
@@ -314,7 +314,7 @@ jobs:
if [ -z "$TAG" ]; then
TAG="$(date -u +%Y.%m.%d)-${GITHUB_SHA::7}"
fi
SHORT_SHA="${SHA::7}"
export SHORT_SHA="${SHA::7}"
echo "Updating dev overlay image tags to: $TAG"
echo "Updating migration/seed Job names with SHA: $SHORT_SHA"
cd /tmp/infra