test release again
This commit is contained in:
parent
9dc395030a
commit
be1cb17048
@ -30,15 +30,13 @@ release:
|
||||
- docker
|
||||
dependencies:
|
||||
- build
|
||||
only:
|
||||
- master
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
script:
|
||||
- curl --request POST
|
||||
--header "PRIVATE-TOKEN:$CI_JOB_TOKEN" \
|
||||
--data name="awesume-v0.2.iso" \
|
||||
--data url="https://home.hottis.de" \
|
||||
"https://gitlab.com/api/v4/projects/10877064/releases/v0.1/assets/links"
|
||||
--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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user