From 5e0909c14d724b9f13bee3ddc68f5ca79232af99 Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Sun, 16 Mar 2025 12:01:55 -0500 Subject: [PATCH] CICD Bug Squashing See? Before I even merged I found a vew errors... --- .gitlab-ci.yml | 4 ++-- scripts/cicd-python/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27b8235c..e8208168 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -261,7 +261,7 @@ dryrun_create_build_machines: tags: - build-orchestration script: - - uv scripts/cicd-python/main.py create_build_machine + - uv scripts/cicd-python/veilid_release_utils.py create_build_machine rules: - if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/ @@ -337,7 +337,7 @@ dryrun_delete_build_machines: tags: - build-orchestration script: - - uv scripts/cicd-python/main.py create_build_machine + - uv scripts/cicd-python/veilid_release_utils.py create_build_machine rules: - if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/ diff --git a/scripts/cicd-python/config.json b/scripts/cicd-python/config.json index 3e346720..ad461856 100644 --- a/scripts/cicd-python/config.json +++ b/scripts/cicd-python/config.json @@ -1,8 +1,8 @@ { "droplet_config": { "name": "build-server-tmp", - "image": 181171505, + "image": 181423111, "size": "c2-16vcpu-32gb" }, - "droplet_id": 482837155 + "droplet_id": 483191411 } \ No newline at end of file