mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Multiline string vs escaping characters
This commit is contained in:
parent
bab5b05d97
commit
bc39db76d3
1 changed files with 2 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue