mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Fix check
This commit is contained in:
parent
df6c469953
commit
ff71cf7067
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ 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