@@ -34,8 +34,8 @@ echo "=========================================="
3434echo " --- 1. Writing .env files from CI secrets ---"
3535
3636if [ -n " ${ENV_INFERENCE_ORCHESTRATOR:- } " ]; then
37- echo " $ENV_INFERENCE_ORCHESTRATOR " > python-ecosystem/inference-orchestrator/.env
38- echo " ✓ inference-orchestrator/.env written"
37+ echo " $ENV_INFERENCE_ORCHESTRATOR " > python-ecosystem/inference-orchestrator/src/ .env
38+ echo " ✓ inference-orchestrator/src/ .env written"
3939fi
4040
4141if [ -n " ${ENV_RAG_PIPELINE:- } " ]; then
@@ -55,11 +55,11 @@ echo " ✓ Java build & tests complete"
5555
5656# ── 3. Copy MCP JARs ──────────────────────────────────────────────────────
5757echo " --- 3. Copying MCP server JARs ---"
58- cp " $MCP_JAR " python-ecosystem/inference-orchestrator/codecrow-vcs-mcp-1.0.jar
58+ cp " $MCP_JAR " python-ecosystem/inference-orchestrator/src/ codecrow-vcs-mcp-1.0.jar
5959echo " ✓ VCS MCP JAR copied"
6060
6161if [ -f " $PLATFORM_MCP_JAR " ]; then
62- cp " $PLATFORM_MCP_JAR " python-ecosystem/inference-orchestrator/codecrow-platform-mcp-1.0.jar
62+ cp " $PLATFORM_MCP_JAR " python-ecosystem/inference-orchestrator/src/ codecrow-platform-mcp-1.0.jar
6363 echo " ✓ Platform MCP JAR copied"
6464else
6565 echo " ⚠ Platform MCP JAR not found (optional)"
@@ -71,7 +71,7 @@ echo "--- 4. Building Docker images ---"
7171IMAGES=(
7272 " codecrow/web-server|java-ecosystem/services/web-server|Dockerfile.observable"
7373 " codecrow/pipeline-agent|java-ecosystem/services/pipeline-agent|Dockerfile.observable"
74- " codecrow/inference-orchestrator|python-ecosystem/inference-orchestrator"
74+ " codecrow/inference-orchestrator|python-ecosystem/inference-orchestrator/src|Dockerfile.observable "
7575 " codecrow/rag-pipeline|python-ecosystem/rag-pipeline"
7676 " codecrow/web-frontend|frontend"
7777)
0 commit comments