fix: cicd
This commit is contained in:
@@ -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 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
from agebd.pv import PVLink
|
||||
|
||||
# TODO: remove: cicd test 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
|
||||
class BasePVs:
|
||||
|
||||
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_dbpm3curr import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
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 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
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 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ from agebd.utils import init_logging
|
||||
from agebd_{{service_name_lower_underscores}} import PVs, Service
|
||||
|
||||
|
||||
# TODO: remove: cicd test 5
|
||||
# TODO: remove: cicd test 6
|
||||
|
||||
def main(
|
||||
log_level: LogLevel = typer.Option(
|
||||
|
||||
Reference in New Issue
Block a user