fix(ci): apply jq title fix to uat (CAR-1436 resolved) #47

Merged
Barcode Betty merged 1 commits from car-1436-uat-merge-resolved into uat 2026-06-23 00:42:32 +00:00
Member

Replaces #45 — applies the CAR-1436 fix to uat via 3-way resolution branch.

PR #45 was mergeable: false because uat and dev had diverged significantly in ci.yml (uat had base: "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 dev
  • deploy-uat: TITLE="ci(uat): update auth image (${GITHUB_SHA::12})" + --arg base uat

This 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.

Replaces #45 — applies the CAR-1436 fix to `uat` via 3-way resolution branch. PR #45 was `mergeable: false` because `uat` and `dev` had diverged significantly in ci.yml (uat had `base: "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 dev` - `deploy-uat`: `TITLE="ci(uat): update auth image (${GITHUB_SHA::12})"` + `--arg base uat` This 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.
Barcode Betty added 1 commit 2026-06-23 00:42:18 +00:00
fix(ci): resolve dev→uat merge conflict, apply jq title fix (CAR-1436)
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
011264a87b
Barcode Betty merged commit 9600de923c into uat 2026-06-23 00:42:32 +00:00
Sign in to join this conversation.