Multiline string vs escaping characters

This commit is contained in:
Joseph Donofry 2023-02-19 17:39:50 -05:00
parent bab5b05d97
commit bc39db76d3

View file

@ -12,7 +12,8 @@ task:
zip_script: zip_script:
- ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip - ditto -c -k --sequesterRsrc --keepParent build/nheko.app build/nheko.zip
gitlab_script: gitlab_script:
- \[ $CIRRUS_BRANCH == 'master' \] && curl -X POST - >
[ $CIRRUS_BRANCH == 'master' ] && curl -X POST
--fail --fail
-F token="${GITLAB_TRIGGER_TOKEN}" -F token="${GITLAB_TRIGGER_TOKEN}"
-F ref="${CIRRUS_BRANCH}" -F ref="${CIRRUS_BRANCH}"