mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix show git commit hash
This commit is contained in:
parent
fdadeabe79
commit
91015f533b
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Show git commit hash
|
||||
command: echo "Git commit hash: $CIRCLE_SHA1"
|
||||
command: |
|
||||
echo "Git commit hash: $CIRCLE_SHA1"
|
||||
|
||||
- run:
|
||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue