From 9d71e5f3d3a61ee6bdfbc1891d3c9dbe55fcb7ee Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 16 Mar 2025 23:19:47 +0000 Subject: [PATCH] Almost got it. Had a typo in the in the delete build machine job. [ci dryrun] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24383164..be928d1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -339,9 +339,9 @@ dryrun_delete_build_machines: stage: distribute needs: - dryrun_deploy_repos + - dryrun_create_build_machines tags: - build-orchestration - - dryrun_create_build_machines] script: - cp config.json /scripts/cicd-python/config.json - uv --directory scripts/cicd-python sync