test: cicd
Deploy / deploy (push) Failing after 6s

This commit is contained in:
Benjamin Labrecque
2026-07-15 16:03:27 +02:00
parent 7506c6c488
commit 137bdab752
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 8
# TODO: remove: cicd test 9
+1 -1
View File
@@ -1,6 +1,6 @@
from agebd.pv import PVLink
# TODO: remove: cicd test 8
# TODO: remove: cicd test 9
class BasePVs:
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
from agebd_dbpm3curr import PVs, Service
# TODO: remove: cicd test 8
# TODO: remove: cicd test 9
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 8
# TODO: remove: cicd test 9
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 8
# TODO: remove: cicd test 9
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 8
# TODO: remove: cicd test 9
def main(
log_level: LogLevel = typer.Option(