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:
|
||||
name: "Request API to build children"
|
||||
command: |
|
||||
for child in {"monolithic"}; do
|
||||
for child in {"generic"}; do
|
||||
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}
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue