Skip to content
Snippets Groups Projects
Commit 86e19259 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Ignore invalid certificates

parent bc404a50
No related branches found
No related tags found
No related merge requests found
Pipeline #6470 passed
......@@ -16,7 +16,7 @@ build:
- npm run build
after_script:
- echo "{\"name\":\"$SITE_NAME\" }" > request.json
- "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
- "curl -k -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
artifacts:
expire_in: 30 min
paths:
......
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