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

Update .gitlab-ci.yml

parent 3b850e86
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -4,8 +4,8 @@ demo: ...@@ -4,8 +4,8 @@ demo:
script: script:
- ls -al - ls -al
- >- - >-
curl -H 'Content-Type: application/json' curl --header "JOB-TOKEN: $CI_JOB_TOKEN" -H 'Content-Type: application/json'
-X PUT "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.duniter.org/projects/${CI_PROJECT_ID}/repository/tags/${CI_COMMIT_TAG}/release" -X PUT "https://git.duniter.org/projects/${CI_PROJECT_ID}/repository/tags/${CI_COMMIT_TAG}/release"
-d '{"description": "Amazing release. Wow"}' -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