fix: cicd
Deploy and restart modified services / deploy (push) Failing after 8s

This commit is contained in:
Benjamin Labrecque
2026-07-15 13:40:37 +02:00
parent 5b9eebb213
commit 6b88c14f80
4 changed files with 4 additions and 4 deletions
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_dbpm3curr import PVs, Service
# TODO: remove: cicd test 0
# TODO: remove: cicd test 1
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_master import PVs, Service
# TODO: remove: cicd test 0
# TODO: remove: cicd test 1
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_nturns import PVs, Service
# TODO: remove: cicd test 0
# TODO: remove: cicd test 1
def main(
log_level: LogLevel = typer.Option(
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_{{service_name_lower_underscores}} import PVs, Service
# TODO: remove: cicd test 0
# TODO: remove: cicd test 1
def main(
log_level: LogLevel = typer.Option(