Skip to content
Snippets Groups Projects
Commit 2987c4a3 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

another fix

parent f0e01641
Branches master
No related tags found
5 merge requests!699CI build procedure rework,!697merge qa-build-cms-digi-run3-aarch64 commit d3c0e96c from 4571177,!696merge qa-build-cms-digi-run3-aarch64 commit 4ef79da3 from 4571161,!695merge qa-build-cms-digi-run3-aarch64 commit 0b7ccffd from 4571030,!694merge qa-build-cms-digi-run3-aarch64 commit 2987c4a3 from 4571004
......@@ -180,7 +180,7 @@ function openMR(){
\"content\": \"some content\",
\"commit_message\": \"update file\"
}";
curl -i --request PUT "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/files/WL%5Flist%2Emd"
curl -i --request PUT "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/files/WL%5Flist%2Emd" \
--header "PRIVATE-TOKEN:${CI_PRIVATE_TOKEN}" \
--header "Content-Type: application/json" \
--data "${BODY}" > /tmp/out_curl.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment