From 3f5d8c53ce39e7b9e8c66cf56609d008dce21ff7 Mon Sep 17 00:00:00 2001 From: VibroAxe Date: Sat, 9 Oct 2021 11:56:40 +0000 Subject: [PATCH] Update build hierarchy Build generic from monolithic --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 92c54aa..f616bd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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