Skip to content
Snippets Groups Projects
Commit 30fdd909 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

API calls need HTTP/1.1 for some strange reason

parent 824f35a7
Branches
Tags
1 merge request!645Gitlab ci documentation
Pipeline #1207 passed with stages
in 5 minutes and 12 seconds
......@@ -112,7 +112,7 @@ deploy:documentation:
- tags
- triggers
script:
- "curl --request POST --form token=$WEBSITE_TOKEN --form ref=master --form \"variables[RELEASE_CI_BUILD_REF_NAME]=$CI_BUILD_REF_NAME\" --form \"variables[RELEASE_CI_BUILD_ID]=$CI_BUILD_ID\" https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
- "curl --http1.1 --request POST --form token=$WEBSITE_TOKEN --form ref=master --form \"variables[RELEASE_CI_BUILD_REF_NAME]=$CI_BUILD_REF_NAME\" --form \"variables[RELEASE_CI_BUILD_ID]=$CI_BUILD_ID\" https://gitlab.labs.nic.cz/api/v3/projects/5/trigger/builds"
artifacts:
name: "knot-dns-$CI_BUILD_REF_NAME-doc"
paths:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment