mirror of https://github.com/docker/compose.git
Circle token
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
b9939c97e5
commit
520fad331f
|
@ -69,12 +69,12 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: API trigger
|
name: API trigger
|
||||||
command: |
|
command: |
|
||||||
curl -X POST -H "Content-Type: application/json" \
|
curl -X POST -H "Content-Type: application/json" -d "{\
|
||||||
-u ${OSX_RELEASE_TOKEN} -d "{\
|
|
||||||
\"build_parameters\": {\
|
\"build_parameters\": {\
|
||||||
\"COMPOSE_BRANCH\": \"${CIRCLE_BRANCH}\"\
|
\"COMPOSE_BRANCH\": \"${CIRCLE_BRANCH}\"\
|
||||||
}\
|
}\
|
||||||
}" https://circleci.com/api/v1.1/project/github/docker/compose-osx-release > /dev/null
|
}" https://circleci.com/api/v1.1/project/github/docker/compose-osx-release?circle-token=${OSX_RELEASE_TOKEN} \
|
||||||
|
> /dev/null
|
||||||
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in New Issue