mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2024-11-15 01:28:20 -07:00
normalize commit id length
This commit is contained in:
parent
9b23b36860
commit
b4b89efdf6
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user