chore: parse branch service dir name for cicd
Deploy bin / deploy (push) Successful in 5s
Deploy, build and restart MASTER / deploy (push) Successful in 4s
Deploy agebd python package / deploy (push) Successful in 4s

This commit is contained in:
Benjamin Labrecque
2026-07-07 16:17:24 +02:00
parent 694c809879
commit 33b07b47de
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class ServiceCreator:
hla_names = MasterHLANames.read_from_config()
hla_names.add_hla_name(service.name_upper)
branch_name = f"feature/add-service-{service.name_lower}"
branch_name = f"feature/add-service-{service.dir_name}"
delete_local_branch(repo, branch_name)
switch_branch(repo, branch_name)