CICD Bug Squashing

See? Before I even merged I found a vew errors...
This commit is contained in:
TC Johnson 2025-03-16 12:01:55 -05:00
parent 22472037ce
commit 5e0909c14d
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
{
"droplet_config": {
"name": "build-server-tmp",
"image": 181171505,
"image": 181423111,
"size": "c2-16vcpu-32gb"
},
"droplet_id": 482837155
"droplet_id": 483191411
}