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

Public repozitoru build fix

parent 866808a3
No related branches found
No related tags found
No related merge requests found
Pipeline #4551 passed
......@@ -15,7 +15,7 @@ build:
- npm run build
after_script:
- TAG=`git describe --tags $(git rev-list --tags --max-count=1)`
- echo "{\"job_token\":\"$CI_JOB_TOKEN\", \"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json
- echo "{\"name\":\"$SITE_NAME\", \"tag\":\"$TAG\" }" > request.json
- "curl -H 'Content-Type: application/json' -X POST -d @request.json $WEBHOOK_URL"
artifacts:
expire_in: 30 min
......
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