From cdece273b5c959053dabcb7ad55236361e0b7817 Mon Sep 17 00:00:00 2001 From: thijn Date: Wed, 15 Mar 2023 23:35:26 +0100 Subject: [PATCH] Update 'sqmod.yml' --- sqmod.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/sqmod.yml b/sqmod.yml index e1c82c4..a248b4b 100644 --- a/sqmod.yml +++ b/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