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

speak HTTPS

parent 74e7134f
Branches
No related tags found
3 merge requests!319update production,!311bump nixpkgs version,!305Automate updating nixpkgs pin in develop branch once a week
......@@ -75,4 +75,4 @@ BODY=$(cat <<EOF
EOF
)
curl -X POST --data "${BODY}" --header "Content-Type: application/json" --header "PRIVATE-TOKEN: ${UPDATE_NIXPKGS_PRIVATE_TOKEN}" "${HOST}/api/v4/projects/merge_requests"
curl -X POST --data "${BODY}" --header "Content-Type: application/json" --header "PRIVATE-TOKEN: ${UPDATE_NIXPKGS_PRIVATE_TOKEN}" "https://${HOST}/api/v4/projects/merge_requests"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment