mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Update build hierarchy
Build generic from monolithic
This commit is contained in:
parent
51753881f9
commit
3f5d8c53ce
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: "Request API to build children"
|
name: "Request API to build children"
|
||||||
command: |
|
command: |
|
||||||
for child in {"monolithic"}; do
|
for child in {"generic"}; do
|
||||||
echo "Asking API to trigger build for $child"
|
echo "Asking API to trigger build for $child"
|
||||||
curl -X POST --header "Content-Type: application/json" -d '{"branch":"master"}' https://circleci.com/api/v1.1/project/github/lancachenet/$child/build?circle-token=${CIRCLE_API_USER_TOKEN}
|
curl -X POST --header "Content-Type: application/json" -d '{"branch":"master"}' https://circleci.com/api/v1.1/project/github/lancachenet/$child/build?circle-token=${CIRCLE_API_USER_TOKEN}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue