normalize commit id length

This commit is contained in:
Stefan Melmuk 2024-03-09 10:35:34 +01:00
parent 9b23b36860
commit b4b89efdf6
No known key found for this signature in database
GPG key ID: 817020C608FE9C09

View file

@ -23,7 +23,7 @@ fi
PATCH_FILENAME="${VAULT_VERSION}.patch"
if [ "$(git status --porcelain | wc -l)" -ge 1 ]; then
git --no-pager diff --no-color --minimal -- . \
git --no-pager diff --no-color --minimal --abbrev=10 -- . \
':!package-lock.json' \
':!apps/web/src/favicon.ico' \
':!apps/web/src/images/logo-dark@2x.png' \