fix: cicd
Deploy and restart modified services / deploy (push) Successful in 15s

This commit is contained in:
Benjamin Labrecque
2026-07-15 12:44:50 +02:00
parent 34d304854a
commit 29b6eeb1df
5 changed files with 10 additions and 1 deletions
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
from agebd_dbpm3curr import PVs, Service
# TODO: remove: cicd test 0
def main(
log_level: LogLevel = typer.Option(
LogLevel.INFO,
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
from agebd_master import PVs, Service
# TODO: remove: cicd test 0
def main(
log_level: LogLevel = typer.Option(
LogLevel.INFO,
@@ -6,6 +6,8 @@ from agebd.utils import init_logging
from agebd_nturns import PVs, Service
# TODO: remove: cicd test 0
def main(
log_level: LogLevel = typer.Option(
LogLevel.INFO,