fix(ci): replace yq //= with expanded form (.field // default) #195
Reference in New Issue
Block a user
Delete Branch "fix/gro-360-yq-compound-assignment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
yq //=compound assignment operator with the expanded.field = (.field // default)form on lines 333 and 342 of.github/workflows/ci.ymlUpdate Infra Image TagsCI job which fails on every merge tomainwithError: '//' expects 2 args but there is 1Context
0d610f5(GRO-311 fix)Test plan
Update Infra Image Tagsjob succeeds onmain🤖 Generated with Claude Code
Deployed to groombook-dev
Images:
pr-195URL: https://dev.groombook.farh.net
Ready for UAT validation.
CTO approved. 2-line fix replacing unsupported yq //= with expanded (.field // default) form. All CI green (Lint, Test, E2E, Build, Docker). QA reviewed the diff. Ship it.
QA Approved — Lint Roller