forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
916e93f398
commit
0434ee4f02
2 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run prisma ./entrypoint.sh
|
name: Run prisma ./entrypoint.sh
|
||||||
command: |
|
command: |
|
||||||
|
set +e
|
||||||
chmod +x entrypoint.sh
|
chmod +x entrypoint.sh
|
||||||
./entrypoint.sh
|
./entrypoint.sh
|
||||||
|
set -e
|
||||||
- run:
|
- run:
|
||||||
name: Black Formatting
|
name: Black Formatting
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue