Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
1d858bf8b5
|
|||
51d1beff42
|
|||
618017a28b
|
|||
3995c6aad8
|
|||
49d18580e9
|
|||
f5d6125ec8
|
|||
c5497efa61
|
|||
1177c9dbd5
|
|||
be1cb17048
|
|||
9dc395030a
|
@ -33,10 +33,10 @@ release:
|
||||
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"
|
||||
- echo curl --request POST
|
||||
--header "PRIVATE-TOKEN:$PRIVATE_TOKEN"
|
||||
--header "Content-Type:application/json"
|
||||
--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"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user