From a261489e738bcfa815228e6cba7d103738f23a3a Mon Sep 17 00:00:00 2001 From: thijn Date: Wed, 15 Mar 2023 23:30:33 +0100 Subject: [PATCH] Update 'sqmod.yml' --- sqmod.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sqmod.yml b/sqmod.yml index ecb4528..e1c82c4 100644 --- a/sqmod.yml +++ b/sqmod.yml @@ -24,18 +24,17 @@ steps: echo "Created release $RELEASE_ID" -trigger: - event: - - push +node: + name: fatcow --- kind: pipeline name: build-linux workspace: path: /repo -#platform: - #os: linux - #arch: amd64 +platform: + os: linux + arch: amd64 depends_on: - create-release @@ -82,6 +81,7 @@ steps: - mv /repo/bin/plugins/mod_squirrel_64.so /repo/bin/plugins/mod_squirrel_64-ubuntu.so - > 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