Collect lfs file into .lfs-asset-id file and print
parent
60462befc1
commit
7d53f9d55e
|
|
@ -2108,7 +2108,7 @@ class RemoteBuilder {
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git reset --hard $GITHUB_SHA
|
git reset --hard $GITHUB_SHA
|
||||||
echo "combine lfs hashes to one file, hash that"
|
echo "combine lfs hashes to one file, hash that"
|
||||||
find ${repoPathFull}/.git/lfs/ -type f -exec md5sum "{}" + > ${repoPathFull}/lfsSum.chk
|
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.chk
|
||||||
ls ${repoPathFull} -a
|
ls ${repoPathFull} -a
|
||||||
cat ${repoPathFull}/lfsSum.chk
|
cat ${repoPathFull}/lfsSum.chk
|
||||||
# time to handle library cache
|
# time to handle library cache
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -117,7 +117,7 @@ class RemoteBuilder {
|
||||||
git fetch origin
|
git fetch origin
|
||||||
git reset --hard $GITHUB_SHA
|
git reset --hard $GITHUB_SHA
|
||||||
echo "combine lfs hashes to one file, hash that"
|
echo "combine lfs hashes to one file, hash that"
|
||||||
find ${repoPathFull}/.git/lfs/ -type f -exec md5sum "{}" + > ${repoPathFull}/lfsSum.chk
|
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.chk
|
||||||
ls ${repoPathFull} -a
|
ls ${repoPathFull} -a
|
||||||
cat ${repoPathFull}/lfsSum.chk
|
cat ${repoPathFull}/lfsSum.chk
|
||||||
# time to handle library cache
|
# time to handle library cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue