Skip to content

Commit 6582b59

Browse files
authored
feat: add echo Commitizen version to better debug (#4)
1 parent f2d3792 commit 6582b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ if [[ -f "requirements.txt" ]]; then
2323
pip install -r requirements.txt commitizen
2424
else
2525
pip install commitizen
26+
echo "Commitizen version:"
27+
cz version
2628
fi
2729

2830
echo "Configuring git user and email..."

0 commit comments

Comments
 (0)