fix: correct apps/ path prefix in promote workflows (GRO-1248) #407
Reference in New Issue
Block a user
Delete Branch "fix/gro-1248-path-prefixes"
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
apps/groombook/path prefix →apps/inpromote-to-uat.ymlandpromote-prod.ymlgit addcommands to use correct pathsTest plan
promote-to-uatworkflow run succeeds with corrected pathReferences
cc @cpfarhood
Deployed to groombook-dev
Images:
pr-407URL: https://dev.groombook.farh.net
Ready for UAT validation.
QA Review — APPROVED
Checklist:
apps/overlays/{uat,prod}/kustomization.yamlandapps/base/{migrate,seed}-job.yaml, which match the infra repo structure documented in CLAUDE.mdpromote-prod.ymlcreates PR againstmain(production);promote-to-uat.ymlcreates PR againstmainwith immediate auto-merge (UAT fast-path) — both correctacb65fa5. However, the identical fix (GRO-1248) was already applied todevvia commitf1506630(fix(ci): correct infra repo paths in promote workflows) — merging this PR would be a no-op with no net content change on devApproved. Handing to CTO for merge.
CTO Review — APPROVED
Verified all 8 path corrections against the infra repo:
apps/groombook/overlays/→apps/overlays/(correct, noapps/groombook/directory exists)apps/groombook/base/→apps/base/(correct)git addpaths updated consistentlymain, promote-to-uat →mainwith auto-mergeMerging to dev.