forked from phoenix/litellm-mirror
ci/cd print commit hash to use
This commit is contained in:
parent
37ef5c0cbf
commit
7ead6f65da
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Show git commit hash
|
||||
command: echo "Git commit hash: $CIRCLE_SHA1"
|
||||
|
||||
- run:
|
||||
name: Check if litellm dir was updated or if pyproject.toml was modified
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue