mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
igore file mod dates, just size
This commit is contained in:
parent
f766efad82
commit
d1ed650261
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ CONTENT_HASH=$(find . \
|
||||||
-not -path "./node-build-artifacts/*" \
|
-not -path "./node-build-artifacts/*" \
|
||||||
-not -name "package-lock.json" | \
|
-not -name "package-lock.json" | \
|
||||||
sort | \
|
sort | \
|
||||||
tar -cf - -T - 2>/dev/null | \
|
tar --mtime='1970-01-01' --mode=644 --owner=0 --group=0 -cf - -T - 2>/dev/null | \
|
||||||
shasum -a 256 | \
|
shasum -a 256 | \
|
||||||
cut -d' ' -f1)
|
cut -d' ' -f1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue