You've already forked reloading-manager
should work now.
This commit is contained in:
@@ -108,9 +108,10 @@ Create Merge Request:
|
|||||||
curl --request POST --header "PRIVATE-TOKEN: glpat-hv-uxCx3PDNKn7ihyXce" \
|
curl --request POST --header "PRIVATE-TOKEN: glpat-hv-uxCx3PDNKn7ihyXce" \
|
||||||
--data "source_branch=update-deployment-${CI_COMMIT_TAG}" \
|
--data "source_branch=update-deployment-${CI_COMMIT_TAG}" \
|
||||||
--data "target_branch=master" \
|
--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 "description=This merge request updates the deployment manifest with the new image tags." \
|
||||||
--data "remove_source_branch=true" \
|
--data "remove_source_branch=true" \
|
||||||
|
--data "squash_commits=true" \
|
||||||
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests"
|
"${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/merge_requests"
|
||||||
|
|
||||||
Trigger ArgoCD:
|
Trigger ArgoCD:
|
||||||
|
|||||||
Reference in New Issue
Block a user