10 Commits
v0.3 ... v0.5

View File

@ -33,10 +33,10 @@ release:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
- curl --request POST - echo curl --request POST
--header "PRIVATE-TOKEN:$CI_JOB_TOKEN" \ --header "PRIVATE-TOKEN:$PRIVATE_TOKEN"
--data name="awesume-v0.2.iso" \ --header "Content-Type:application/json"
--data url="https://home.hottis.de" \ --data-raw '{ "name":"New release", "tag_name":"tag-'$CI_COMMIT_SHORT_SHA'", "ref":"'$CI_COMMIT_SHA'", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }'
"https://gitlab.com/api/v4/projects/10877064/releases/v0.1/assets/links" "https://gitlab.com/api/v4/projects/10877064/releases"