Quiet clone utility repos

pull/273/head
Frostebite 2021-07-02 23:45:12 +01:00
parent bd665fc2c8
commit 57ef03a055
3 changed files with 7 additions and 5 deletions

5
dist/index.js vendored
View File

@ -2110,9 +2110,10 @@ class RemoteBuilder {
git fetch origin
git reset --hard $GITHUB_SHA
echo "Combining LFS hash files into one hash, this is used as the cache key:"
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.chk
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.txt
ls -a
cat ${repoPathFull}/lfsSum.chk
cat ${repoPathFull}/lfsSum.txt
echo '^ checksum'
# time to handle library cache
if [ ! -d ${cacheFolderFull} ]; then
mkdir ${cacheFolderFull}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -119,9 +119,10 @@ class RemoteBuilder {
git fetch origin
git reset --hard $GITHUB_SHA
echo "Combining LFS hash files into one hash, this is used as the cache key:"
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.chk
git lfs ls-files -l | cut -d' ' -f1 | sort > ${repoPathFull}/lfsSum.txt
ls -a
cat ${repoPathFull}/lfsSum.chk
cat ${repoPathFull}/lfsSum.txt
echo '^ checksum'
# time to handle library cache
if [ ! -d ${cacheFolderFull} ]; then
mkdir ${cacheFolderFull}