From a2dbd2767b0a0c6ac189e4ee9952e9a47d2bea03 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sun, 19 Feb 2023 20:48:22 -0500 Subject: [PATCH] Move everything to one line --- .cirrus.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index c14223d8..235fd661 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,12 +13,6 @@ task: - ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip gitlab_script: - > - [ $CIRRUS_BRANCH == 'master' ] && curl -X POST - --fail - -F token="${GITLAB_TRIGGER_TOKEN}" - -F ref="${CIRRUS_BRANCH}" - -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" - -F "variables[TRIGGERED_BY]=cirrus" - "https://nheko.im/api/v4/projects/2/trigger/pipeline" + [ $CIRRUS_BRANCH == 'master' ] && curl -X POST --fail -F token="${GITLAB_TRIGGER_TOKEN}" -F ref="${CIRRUS_BRANCH}" -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" -F "variables[TRIGGERED_BY]=cirrus" "https://nheko.im/api/v4/projects/2/trigger/pipeline" binaries_artifacts: path: build/nheko.zip \ No newline at end of file