Update 'sqmod.yml'
This commit is contained in:
parent
a261489e73
commit
cdece273b5
17
sqmod.yml
17
sqmod.yml
@ -2,9 +2,11 @@ kind: pipeline
|
||||
name: create-release
|
||||
workspace:
|
||||
path: /repo
|
||||
#platform:
|
||||
#os: linux
|
||||
#arch: amd64
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
node:
|
||||
name: fatcow
|
||||
|
||||
steps:
|
||||
- name: create
|
||||
@ -24,9 +26,6 @@ steps:
|
||||
|
||||
echo "Created release $RELEASE_ID"
|
||||
|
||||
node:
|
||||
name: fatcow
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: build-linux
|
||||
@ -37,6 +36,8 @@ platform:
|
||||
arch: amd64
|
||||
depends_on:
|
||||
- create-release
|
||||
node:
|
||||
name: fatcow
|
||||
|
||||
steps:
|
||||
- name: get-release
|
||||
@ -82,10 +83,6 @@ steps:
|
||||
- >
|
||||
curl -X 'POST' 'https://git.thijn.ovh/api/v1/repos/Thijn/SqMod/releases/'"$RELEASE_ID"'/assets?token='"$GIT_TOKEN"'' -H 'accept: application/json' -H 'Content-Type: multipart/form-data' -F 'attachment=@/repo/bin/plugins/mod_squirrel_64-ubuntu.so'
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
|
||||
#---
|
||||
#kind: pipeline
|
||||
#name: build-windows
|
||||
|
Loading…
Reference in New Issue
Block a user