forked from phoenix/litellm-mirror
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:
|
- run:
|
||||||
name: Show git commit hash
|
name: Show git commit hash
|
||||||
command: echo "Git commit hash: $CIRCLE_SHA1"
|
command: |
|
||||||
|
echo "Git commit hash: $CIRCLE_SHA1"
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
name: Check if litellm dir was updated or if pyproject.toml was modified
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue