fix show git commit hash

This commit is contained in:
Ishaan Jaff 2024-04-05 16:20:07 -07:00
parent fdadeabe79
commit 91015f533b

View file

@ -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