|
@@ -107,18 +107,4 @@ trigger-crowi-plus-docker:
|
|
|
steps:
|
|
steps:
|
|
|
- script:
|
|
- script:
|
|
|
name: trigger crowi-plus-docker release pipeline
|
|
name: trigger crowi-plus-docker release pipeline
|
|
|
- code: curl -X POST
|
|
|
|
|
- -H "Content-Type: application/json"
|
|
|
|
|
- -H "Authorization: Bearer $WERCKER_TOKEN"
|
|
|
|
|
- https://app.wercker.com/api/v3/runs
|
|
|
|
|
- -d
|
|
|
|
|
- '{
|
|
|
|
|
- "pipelineId": "$TARGET_PIPELINE_ID",
|
|
|
|
|
- "branch": "release",
|
|
|
|
|
- "envVars": [
|
|
|
|
|
- {
|
|
|
|
|
- "key": "RELEASE_VERSION",
|
|
|
|
|
- "value": "$RELEASE_VERSION"
|
|
|
|
|
- }
|
|
|
|
|
- ]
|
|
|
|
|
- }'
|
|
|
|
|
|
|
+ code: sh ./bin/wercker/trigger-crowi-plus-docker.sh
|