Skip to content
Snippets Groups Projects
Commit 738b438d authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Add template to create a MR with proposed changes if a build process creates modifications

parent e8ba3a70
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ git checkout ${TARGET_BRANCH}
git branch -d ${SOURCE_BRANCH}
git remote remove mr
curl -X POST "${HOST}${CI_PROJECT_ID}/merge_requests" \
echo curl -X POST "${HOST}${CI_PROJECT_ID}/merge_requests" \
--header "PRIVATE-TOKEN:${ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--data "${BODY}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment