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

pull/273/head
Frostebite 2021-07-02 23:07:49 +01:00
parent 81b22c6952
commit b59cb34c2a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2106,7 +2106,7 @@ class RemoteBuilder {
cd
echo "combine lfs hashes to one file, hash that"
find ${repoPathFull}/.git/lfs/ -type f -exec md5sum "{}" + > ${repoPathFull}/lfsSum.chk
ls ${repoPathFull}
ls ${repoPathFull} -a
cat ${repoPathFull}/lfsSum.chk
echo "Get game.ci/unity-builder and game.ci/steam-deploy"
git clone https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}

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 {
cd
echo "combine lfs hashes to one file, hash that"
find ${repoPathFull}/.git/lfs/ -type f -exec md5sum "{}" + > ${repoPathFull}/lfsSum.chk
ls ${repoPathFull}
ls ${repoPathFull} -a
cat ${repoPathFull}/lfsSum.chk
echo "Get game.ci/unity-builder and game.ci/steam-deploy"
git clone https://${buildParameters.githubToken}@github.com/game-ci/unity-builder.git ${builderPathFull}