Skip to content
Snippets Groups Projects
Commit a80ad76e authored by enlroma's avatar enlroma
Browse files

Update .gitlab-ci.yml file

parent 9b94edf7
No related branches found
No related tags found
No related merge requests found
Pipeline #11205 passed with stages
in 33 seconds
......@@ -20,6 +20,7 @@ release:
stage: deploy
script:
- echo "Releasing"
- apt-get update && apt-get install -y curl
- >
curl --header "Project-ID: $CI_PROJECT_ID" --header "PRIVATE-TOKEN: $CI_JOB_TOKEN"
--data "name=Release $CI_COMMIT_TAG" --data "tag_name=$CI_COMMIT_TAG"
......
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