Skip to content
Snippets Groups Projects
Commit fdec9f57 authored by florck's avatar florck
Browse files

Update .gitlab-ci.yml

parent 49ab8ebf
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -3,6 +3,10 @@ demo: ...@@ -3,6 +3,10 @@ demo:
- florck-demo - florck-demo
script: script:
- ls -al - ls -al
- curl -H 'Content-Type: application/json' -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" -X PUT "https://git.duniter.org/projects/${CI_PROJECT_ID}/repository/tags/${CI_COMMIT_TAG}/release" -d "{\"description\"\: \"Amazing release. Wow\"}" - >-
curl -H 'Content-Type: application/json'
-u "gitlab-ci-token" -p "$CI_JOB_TOKEN"
-X PUT "https://git.duniter.org/projects/${CI_PROJECT_ID}/repository/tags/${CI_COMMIT_TAG}/release"
-d '{"description": "Amazing release. Wow"}'
only: only:
- tags - tags
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment