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 Commits

Author SHA1 Message Date
Barkley Trimsworth e359c1574f fix(ci): export SHORT_SHA so yq env() can read it
yq env(SHORT_SHA) on lines 330 and 339 requires SHORT_SHA as an
environment variable, not just a shell variable. Without export, yq
receives an empty value and the Update Infra Image Tags job fails on
every merge to main.

Regression from GRO-311 fix (commit 0d610f5).

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-01 08:15:27 +00:00