test release again

This commit is contained in:
2019-04-30 16:06:45 +02:00
parent be1cb17048
commit 1177c9dbd5

View File

@ -36,7 +36,7 @@ release:
- curl --request POST - curl --request POST
--header "PRIVATE-TOKEN:$CI_JOB_TOKEN" \ --header "PRIVATE-TOKEN:$CI_JOB_TOKEN" \
--header "Content-Type:application/json" \ --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" } ] } }' \ --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" "https://gitlab.com/api/v4/projects/10877064/releases"