ci(CAR-1373): apply dev's deploy-job restoration to uat (dev → uat promotion, 3-way resolved) #38
Reference in New Issue
Block a user
Delete Branch "car-1373-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?
Summary
Resolves the dev→uat 3-way conflict in ci.yml from PR #37 (closed/superseded). This PR opens against
uatwithcar-1373-uat-merge-resolvedas the head — that branch is a single commit on top ofuatthat appliesdev's corrected ci.yml (dev→uat 3-way with dev's version winning all conflicts).What changed in
uat's ci.ymlSame corrected deploy-dev/uat as the dev branch (now in
uat):deploy-dev:refparameterized (CAR-1374),base=dev(CAR-1371),head=cartsnitch:${BRANCH}deploy-uat: same withbase=uatcs_savannahreview per GitOps gate::notice:: + exit 0(CAR-1216)git pushis rejected by the pre-receive hook (CAR-1169/CAR-1195)Why a separate PR instead of merging dev→uat directly
The 3-way merge of
devintouatproduced conflicts in the existing deploy-dev/deploy-uat jobs that both branches now have. The resolution (dev wins on all conflicts) was committed tocar-1373-uat-merge-resolvedand PR'd back intouat. This is a single 22/22 line change touat's ci.yml (the corrected form).References
cc @cpfarhood (CTO/QA)
QA PASS - cartsnitch/auth#38 (CAR-1373 uat 3-way ci.yml resolution).
Checklist:
Approved.