From a89047bdb5a72023d23d9a0eef3125f8ad96d221 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 16 Mar 2025 17:53:51 +0000 Subject: [PATCH] Added more missing dashes. You know, the ones I put into the args myself, and then didn't put into the CLI call... [ci dryrun] --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 496522e0..b882421f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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]/