Collect lfs file into .lfs-asset-id file and print

pull/273/head
Frostebite 2021-07-02 23:23:14 +01:00
parent 60462befc1
commit 7d53f9d55e
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2108,7 +2108,7 @@ class RemoteBuilder {
git fetch origin
git reset --hard $GITHUB_SHA
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
cat ${repoPathFull}/lfsSum.chk
# time to handle library cache

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -117,7 +117,7 @@ class RemoteBuilder {
git fetch origin
git reset --hard $GITHUB_SHA
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
cat ${repoPathFull}/lfsSum.chk
# time to handle library cache