mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update .drone.yml
This commit is contained in:
parent
878245e777
commit
a2f6c027ad
@ -1,5 +1,7 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: Create release
|
name: Create release
|
||||||
|
workspace:
|
||||||
|
path: /repo
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: create
|
- name: create
|
||||||
@ -16,3 +18,6 @@ steps:
|
|||||||
echo RELEASE_ID=$(curl -s 'https://git.thijn.ovh/api/v1/repos/Thijn/SqMod/releases?token='"$GIT_TOKEN"'' -H 'accept: application/json' -H 'Content-Type: application/json' --data-binary '{"tag_name": "'"$RELEASE_TAG"'","body": "'"$MESSAGE"'","name": "Autobuild"}' | jq '.id') >> /repo/.release.env
|
echo RELEASE_ID=$(curl -s 'https://git.thijn.ovh/api/v1/repos/Thijn/SqMod/releases?token='"$GIT_TOKEN"'' -H 'accept: application/json' -H 'Content-Type: application/json' --data-binary '{"tag_name": "'"$RELEASE_TAG"'","body": "'"$MESSAGE"'","name": "Autobuild"}' | jq '.id') >> /repo/.release.env
|
||||||
. /repo/.release.env
|
. /repo/.release.env
|
||||||
echo "Created release $RELEASE_ID"
|
echo "Created release $RELEASE_ID"
|
||||||
|
|
||||||
|
node:
|
||||||
|
name: fatcow
|
||||||
|
Loading…
Reference in New Issue
Block a user