mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Move everything to one line
This commit is contained in:
parent
bc39db76d3
commit
a2dbd2767b
1 changed files with 1 additions and 7 deletions
|
@ -13,12 +13,6 @@ task:
|
||||||
- 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 -F token="${GITLAB_TRIGGER_TOKEN}" -F ref="${CIRRUS_BRANCH}" -F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}" -F "variables[TRIGGERED_BY]=cirrus" "https://nheko.im/api/v4/projects/2/trigger/pipeline"
|
||||||
--fail
|
|
||||||
-F token="${GITLAB_TRIGGER_TOKEN}"
|
|
||||||
-F ref="${CIRRUS_BRANCH}"
|
|
||||||
-F "variables[TRIGGER_BUILD_ID]=${CIRRUS_BUILD_ID}"
|
|
||||||
-F "variables[TRIGGERED_BY]=cirrus"
|
|
||||||
"https://nheko.im/api/v4/projects/2/trigger/pipeline"
|
|
||||||
binaries_artifacts:
|
binaries_artifacts:
|
||||||
path: build/nheko.zip
|
path: build/nheko.zip
|
Loading…
Reference in a new issue