fix show git commit hash
This commit is contained in:
parent
fdadeabe79
commit
91015f533b
@ -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…
Reference in New Issue
Block a user