fix: cicd
Deploy / deploy (push) Successful in 12s

This commit is contained in:
Benjamin Labrecque
2026-07-15 15:24:16 +02:00
parent 88ffa89812
commit 72f2a68b00
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -1,6 +1,6 @@
from agebd.pv import PVLink
# TODO: remove: cicd test 6
# TODO: remove: cicd test 7
class BasePVs:
@@ -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(
@@ -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(
@@ -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(
@@ -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(