From 2db2d419d416f422c2b00d980172debe062a7670 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 2 Jul 2026 15:53:05 +0200 Subject: [PATCH] fix: cicd test --- bin/start_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start_service.sh b/bin/start_service.sh index 84976a3..53d48f9 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -34,4 +34,4 @@ uv sync --frozen # activate .venv, this works in conjunction with the conda environment source .venv/bin/activate -python3 -u -B ${SVC_DIR}/app/AGEBD-SERVICE-${SVC_NAME}.py +python3 -u -B ${SVC_DIR}/current/app/AGEBD-SERVICE-${SVC_NAME}.py