Escape brackets maybe?

This commit is contained in:
Joseph Donofry 2023-02-18 20:16:07 -05:00
parent ff71cf7067
commit bab5b05d97

View file

@ -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}"