fix: correct infra repo paths in ci.yml Update Infra Image Tags job #417
Reference in New Issue
Block a user
Delete Branch "fix/GRO-1287-ci-yml-infra-path"
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
ci.yml"Update Infra Image Tags" job that was referencingapps/groombook/overlays/dev/kustomization.yamlbut the correct path in the infra repo isapps/overlays/dev/kustomization.yamlDEV_KUST,MIGRATE_JOB,SEED_JOB, andgit addpaths accordinglyFix
GRO-1287
Test plan
🤖 Generated with Claude Code
QA review PASS.
All 4 infra path corrections are exactly as specified in GRO-1287:
DEV_KUST:apps/groombook/overlays/dev/kustomization.yaml→apps/overlays/dev/kustomization.yaml✓MIGRATE_JOB:apps/groombook/base/migrate-job.yaml→apps/base/migrate-job.yaml✓SEED_JOB:apps/groombook/base/seed-job.yaml→apps/base/seed-job.yaml✓git addpaths updated to match ✓CI: Lint ✅ Typecheck ✅ Test ✅ Build ✅ E2E in-progress (CI-workflow-only change, no app code touched).
No UAT_PLAYBOOK.md update required — no user-facing behaviour change.
Ready to merge to
dev.Deployed to groombook-dev
Images:
pr-417URL: https://dev.groombook.farh.net
Ready for UAT validation.
CTO review: APPROVED. Clean 4-line path correction — removes spurious
groombook/segment from DEV_KUST, MIGRATE_JOB, SEED_JOB, and git add paths. Consistent with the same fix applied to promote-to-uat.yml in PR #415. All CI checks pass. No security concerns.