From 72f2a68b00b93c13462a1a87111a95e451499ab5 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Wed, 15 Jul 2026 15:24:16 +0200 Subject: [PATCH] fix: cicd --- bin/start_service.sh | 2 +- packages/agebd/src/agebd/service/pvs.py | 2 +- services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py | 2 +- services/master/current/app/src/agebd_master/main.py | 2 +- services/nturns/current/app/src/agebd_nturns/main.py | 2 +- .../src/agebd_{{service_name_lower_underscores}}/main.py.jinja | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/start_service.sh b/bin/start_service.sh index 4d3a1e3..544ef6e 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -38,4 +38,4 @@ source ${APP_DIR}/.venv/bin/activate # TODO: use `exec python3 ...` here? python -u -B -m agebd_${SVC_NAME_LOWER_UNDERSCORES}.main -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 diff --git a/packages/agebd/src/agebd/service/pvs.py b/packages/agebd/src/agebd/service/pvs.py index 1ce1843..8f2a7e5 100644 --- a/packages/agebd/src/agebd/service/pvs.py +++ b/packages/agebd/src/agebd/service/pvs.py @@ -1,6 +1,6 @@ from agebd.pv import PVLink -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 class BasePVs: diff --git a/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py b/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py index 4a7f61a..112c164 100644 --- a/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py +++ b/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py @@ -6,7 +6,7 @@ from agebd.utils import init_logging from agebd_dbpm3curr import PVs, Service -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 def main( log_level: LogLevel = typer.Option( diff --git a/services/master/current/app/src/agebd_master/main.py b/services/master/current/app/src/agebd_master/main.py index e20f3f4..5afb3e3 100644 --- a/services/master/current/app/src/agebd_master/main.py +++ b/services/master/current/app/src/agebd_master/main.py @@ -6,7 +6,7 @@ from agebd.utils import init_logging from agebd_master import PVs, Service -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 def main( log_level: LogLevel = typer.Option( diff --git a/services/nturns/current/app/src/agebd_nturns/main.py b/services/nturns/current/app/src/agebd_nturns/main.py index c7aa60f..eee1e60 100644 --- a/services/nturns/current/app/src/agebd_nturns/main.py +++ b/services/nturns/current/app/src/agebd_nturns/main.py @@ -6,7 +6,7 @@ from agebd.utils import init_logging from agebd_nturns import PVs, Service -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 def main( log_level: LogLevel = typer.Option( diff --git a/templates/service/{{service_name_lower}}/current/app/src/agebd_{{service_name_lower_underscores}}/main.py.jinja b/templates/service/{{service_name_lower}}/current/app/src/agebd_{{service_name_lower_underscores}}/main.py.jinja index d2502e9..8ca5566 100644 --- a/templates/service/{{service_name_lower}}/current/app/src/agebd_{{service_name_lower_underscores}}/main.py.jinja +++ b/templates/service/{{service_name_lower}}/current/app/src/agebd_{{service_name_lower_underscores}}/main.py.jinja @@ -6,7 +6,7 @@ from agebd.utils import init_logging from agebd_{{service_name_lower_underscores}} import PVs, Service -# TODO: remove: cicd test 6 +# TODO: remove: cicd test 7 def main( log_level: LogLevel = typer.Option(