Skip to content

Commit

Permalink
fix(entrypoint.sh): wrong command
Browse files Browse the repository at this point in the history
Signed-off-by: Angelo Mantellini <manangel@cisco.com>
  • Loading branch information
manang committed Sep 8, 2022
1 parent 6dd9372 commit f8ec0dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ fi

"${PIP_CMD[@]}"
echo "Commitizen version: $(cz version)"

CZ_CMD=('cz check')
echo "${CZ_CMD[@]}"
"${CZ_CMD[@]}"
echo "!!!${GITHUB_BASE_REF}"
echo "cz check --rev-range origin/${GITHUB_BASE_REF}.."
cz check --rev-range origin/${GITHUB_BASE_REF}..
echo "Done."

0 comments on commit f8ec0dc

Please sign in to comment.