Skip to content

Commit 58bec7a

Browse files
committed
Temp break orchestrator with exit 1
1 parent 1be0202 commit 58bec7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/orchestrator/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pip install uv
88
uv sync
99
source .venv/bin/activate
1010

11+
exit 1
12+
1113
if [ -f ${CORE_OVERRIDE}/pyproject.toml ]; then
1214
echo "⏭️ Use editable install of orchestrator-core"
1315

0 commit comments

Comments
 (0)