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

Remove auth

parent 863a1176
Branches
No related tags found
No related merge requests found
Pipeline #5872 passed
......@@ -16,7 +16,7 @@ site:
stage: build
script:
- bundle exec jekyll build -d public
- echo "{\"job_token\":\"$CI_JOB_TOKEN\", \"name\":\"$SITE_NAME\" }" > request.json
- echo "{\"name\":\"$SITE_NAME\" }" > request.json
- "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
only:
- master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment