From 00f648e909cf0189795945e6c1d2a68ced7a6a81 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Wed, 15 Jul 2026 13:50:52 +0200 Subject: [PATCH] fix: cicd --- .gitea/workflows/deploy-and-restart-service.yml | 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/deploy-and-restart-service.yml b/.gitea/workflows/deploy-and-restart-service.yml index a4ab60d..33d7c4a 100644 --- a/.gitea/workflows/deploy-and-restart-service.yml +++ b/.gitea/workflows/deploy-and-restart-service.yml @@ -62,6 +62,6 @@ jobs: # 3. Fire the playbook passing variables down ansible-playbook playbooks/deploy-and-restart-modified-services.yml \ -i hosts.yml \ - -e 'changed_services_raw="$CHANGED_SVC"' \ + -e "changed_services_raw='$CHANGED_SVC'" \ -e "agebd_env=$AGEBD_ENV" \ -vvv diff --git a/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py b/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py index afba98b..5a132fd 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 3 +# TODO: remove: cicd test 4 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 9a7cd91..e453f17 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 3 +# TODO: remove: cicd test 4 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 db5be9d..131f070 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 3 +# TODO: remove: cicd test 4 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 ec0daf3..244f743 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 3 +# TODO: remove: cicd test 4 def main( log_level: LogLevel = typer.Option(