fix(ci): apply jq title fix to uat (CAR-1436 resolved) #47
Reference in New Issue
Block a user
Delete Branch "car-1436-uat-merge-resolved"
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?
Replaces #45 — applies the CAR-1436 fix to
uatvia 3-way resolution branch.PR #45 was
mergeable: falsebecauseuatanddevhad diverged significantly in ci.yml (uat hadbase: "main"hardcoded, title computed inside jq program; dev had CAR-1371/1374 form with--arg base+ broken--arg title). This resolution branch starts from uat and takes dev's corrected form wholesale:deploy-dev:TITLE="ci(dev): update auth image (${GITHUB_SHA::12})"+--arg base devdeploy-uat:TITLE="ci(uat): update auth image (${GITHUB_SHA::12})"+--arg base uatThis also corrects the
base: "main"hardcode present in uat.PR #45 will be closed as superseded.
QA already verified on dev side (run 3795, infra PR #406 opened successfully). Same fix now on uat.