mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 07:15:58 -04:00
CICD Bug Squashing
See? Before I even merged I found a vew errors...
This commit is contained in:
parent
22472037ce
commit
5e0909c14d
@ -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]/
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"droplet_config": {
|
||||
"name": "build-server-tmp",
|
||||
"image": 181171505,
|
||||
"image": 181423111,
|
||||
"size": "c2-16vcpu-32gb"
|
||||
},
|
||||
"droplet_id": 482837155
|
||||
"droplet_id": 483191411
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user