From a20bef65aeb35c0d5a7bc4c3d3f91fa57ec9dd8b Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Mon, 21 Apr 2025 18:34:31 -0400 Subject: [PATCH] should work now. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f754083..be369a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -108,9 +108,10 @@ Create Merge Request: curl --request POST --header "PRIVATE-TOKEN: glpat-hv-uxCx3PDNKn7ihyXce" \ --data "source_branch=update-deployment-${CI_COMMIT_TAG}" \ --data "target_branch=master" \ - --data "title=Update deployment manifest with new image tags" \ + --data "title=Update deployment manifest for version ${CI_COMMIT_TAG}" \ --data "description=This merge request updates the deployment manifest with the new image tags." \ --data "remove_source_branch=true" \ + --data "squash_commits=true" \ "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests" Trigger ArgoCD: