forked from phoenix/litellm-mirror
build(config.yml): fixes
This commit is contained in:
parent
49b6c07557
commit
5b1601a70b
1 changed files with 2 additions and 5 deletions
|
@ -85,14 +85,11 @@ jobs:
|
||||||
path: test-results
|
path: test-results
|
||||||
|
|
||||||
build_and_test:
|
build_and_test:
|
||||||
docker:
|
machine:
|
||||||
- image: ubuntu-2204:2023.02.1
|
image: ubuntu-2204:2023.10.1
|
||||||
working_directory: ~/project
|
working_directory: ~/project
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- setup_remote_docker:
|
|
||||||
version: 20.10.6
|
|
||||||
docker_layer_caching: true
|
|
||||||
- run:
|
- run:
|
||||||
name: Install Docker CLI (In case it's not already installed)
|
name: Install Docker CLI (In case it's not already installed)
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue