forked from phoenix/litellm-mirror
fix config.yml
This commit is contained in:
parent
d742e8cb43
commit
59b247ab23
1 changed files with 5 additions and 5 deletions
|
@ -331,7 +331,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: |
|
command: |
|
||||||
docker build -t myapp .
|
docker build -t myapp . -f ./docker/Dockerfile.database
|
||||||
- run:
|
- run:
|
||||||
name: Run Docker container
|
name: Run Docker container
|
||||||
command: |
|
command: |
|
||||||
|
@ -417,7 +417,7 @@ jobs:
|
||||||
# Run pytest and generate JUnit XML report
|
# Run pytest and generate JUnit XML report
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: docker build -t my-app:latest -f Dockerfile.database .
|
command: docker build -t my-app:latest -f ./docker/Dockerfile.database .
|
||||||
- run:
|
- run:
|
||||||
name: Run Docker container
|
name: Run Docker container
|
||||||
command: |
|
command: |
|
||||||
|
@ -525,7 +525,7 @@ jobs:
|
||||||
pip install "PyGithub==1.59.1"
|
pip install "PyGithub==1.59.1"
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: docker build -t my-app:latest -f Dockerfile.database .
|
command: docker build -t my-app:latest -f ./docker/Dockerfile.database .
|
||||||
- run:
|
- run:
|
||||||
name: Run Docker container
|
name: Run Docker container
|
||||||
# intentionally give bad redis credentials here
|
# intentionally give bad redis credentials here
|
||||||
|
@ -634,7 +634,7 @@ jobs:
|
||||||
pip install "google-cloud-aiplatform==1.59.0"
|
pip install "google-cloud-aiplatform==1.59.0"
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: docker build -t my-app:latest -f Dockerfile.database .
|
command: docker build -t my-app:latest -f ./docker/Dockerfile.database .
|
||||||
- run:
|
- run:
|
||||||
name: Run Docker container
|
name: Run Docker container
|
||||||
command: |
|
command: |
|
||||||
|
@ -803,7 +803,7 @@ jobs:
|
||||||
npx playwright install
|
npx playwright install
|
||||||
- run:
|
- run:
|
||||||
name: Build Docker image
|
name: Build Docker image
|
||||||
command: docker build -t my-app:latest -f Dockerfile.database .
|
command: docker build -t my-app:latest -f ./docker/Dockerfile.database .
|
||||||
- run:
|
- run:
|
||||||
name: Run Docker container
|
name: Run Docker container
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue