summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-18 20:16:07 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-18 20:16:07 -0500
commitbab5b05d9760cd86bcc257a7b468fe91e500b1c6 (patch)
tree11452c99026364ab68d1518e8e18d62add233c31
parentff71cf70670069fad93e3c44c747df736297d5fa (diff)
Escape brackets maybe?
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 791b9e90..f955f0fd 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -12,7 +12,7 @@ task:
zip_script:
- ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip
gitlab_script:
- - [ $CIRRUS_BRANCH == 'master' ] && curl -X POST
+ - \[ $CIRRUS_BRANCH == 'master' \] && curl -X POST
--fail
-F token="${GITLAB_TRIGGER_TOKEN}"
-F ref="${CIRRUS_BRANCH}"