Update build hierarchy

Build generic from monolithic
This commit is contained in:
VibroAxe 2021-10-09 11:56:40 +00:00 committed by GitHub
parent 51753881f9
commit 3f5d8c53ce

View file

@ -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