Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 5b8a04e

Browse files
committed
TESTING: Adding ollama url as cli param
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent d5281d2 commit 5b8a04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
docker run --name $CODEGATE_CONTAINER_NAME -d --network host \
7676
-v "$(pwd)"/codegate_volume:/app/codegate_volume \
7777
-e CODEGATE_APP_LOG_LEVEL=$CODEGATE_LOG_LEVEL \
78-
-e CODEGATE_OLLAMA_URL=$LOCAL_OLLAMA_URL \
7978
-e CODEGATE_VLLM_URL=$LOCAL_VLLM_URL \
80-
--restart unless-stopped $DOCKER_IMAGE
79+
--restart unless-stopped $DOCKER_IMAGE \
80+
--ollama-url $LOCAL_OLLAMA_URL
8181
8282
# Confirm the container started
8383
echo "Container started:"

0 commit comments

Comments
 (0)