mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-09-23 06:24:42 -04:00
🪳 💥 maybe [ci dryrun]
This commit is contained in:
parent
f36fb17941
commit
3891bc490d
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 run scripts/cicd-python/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 run scripts/cicd-python/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