test release again

This commit is contained in:
Wolfgang Hottgenroth 2019-04-30 16:17:38 +02:00
parent f5d6125ec8
commit 49d18580e9
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -34,7 +34,7 @@ release:
GIT_STRATEGY: none
script:
- curl --request POST
--header "PRIVATE-TOKEN:$CI_JOB_TOKEN"
--header "PRIVATE-TOKEN:$PRIVATE_TOKEN"
--header "Content-Type:application/json"
--data-raw '{ "name":"New release", "tag_name":"v0.4", "ref":"$CI_COMMIT_SHA", "description":"Super nice release","assets":{ "links":[ { "name":"hoge", "url":"https://google.com" } ] } }'
"https://gitlab.com/api/v4/projects/10877064/releases"