Collect lfs file into .lfs-asset-id file and print
parent
81b22c6952
commit
b59cb34c2a
|
|
@ -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}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue