Skip to content
Snippets Groups Projects
Commit 6dd343c2 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

try to actually create the MR

parent e0a721cd
No related branches found
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
Pipeline #2348 passed
......@@ -77,4 +77,4 @@ print(json.dumps({
print("```")
' "${DIFF}")
echo curl -X POST --data "${BODY}" --header "Content-Type: application/json" --header "PRIVATE-TOKEN: ${UPDATE_NIXPKGS_PRIVATE_TOKEN}" "https://${HOST}/api/v4/projects/${CI_PROJECT_ID}/merge_requests"
curl -X POST --data "${BODY}" --header "Content-Type: application/json" --header "PRIVATE-TOKEN: ${UPDATE_NIXPKGS_PRIVATE_TOKEN}" "https://${HOST}/api/v4/projects/${CI_PROJECT_ID}/merge_requests"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment