mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-19 12:34:50 -04:00
I'm so bad at this... why does anyone let me near computers? [ci dryrun]
This commit is contained in:
parent
3891bc490d
commit
0140e02979
1 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ dryrun_create_build_machines:
|
|||
- build-orchestration
|
||||
script:
|
||||
- uv --directory scripts/cicd-python sync
|
||||
- uv -directory scripts/cicd-python run veilid_release_utils.py create_build_machine
|
||||
- uv --directory scripts/cicd-python run veilid_release_utils.py create_build_machine
|
||||
rules:
|
||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||
|
||||
|
@ -339,7 +339,7 @@ dryrun_delete_build_machines:
|
|||
- build-orchestration
|
||||
script:
|
||||
- uv --directory scripts/cicd-python sync
|
||||
- uv -directory scripts/cicd-python run veilid_release_utils.py delete_build_machine
|
||||
- uv --directory scripts/cicd-python run veilid_release_utils.py delete_build_machine
|
||||
rules:
|
||||
- if: $CI_COMMIT_MESSAGE =~ /\[ci dryrun]/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue