diff --git a/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py b/services/dbpm3curr/current/app/src/agebd_dbpm3curr/main.py index a729d27..3649543 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 0 +# TODO: remove: cicd test 1 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 5ba25a3..fa5b3ec 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 0 +# TODO: remove: cicd test 1 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 c908a4b..57c6302 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 0 +# TODO: remove: cicd test 1 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 0e10592..cd22fba 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 0 +# TODO: remove: cicd test 1 def main( log_level: LogLevel = typer.Option(