fix(ci): export SHORT_SHA before yq env() calls

yq env(SHORT_SHA) requires SHORT_SHA as an environment variable,
not just a shell variable. Without export, yq cannot read it.

Regression from 0d610f5 (GRO-311).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barkley Trimsworth
2026-04-01 07:27:50 +00:00
parent 5587866eea
commit 49217a21d9
+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