git lfs pull after caching

pull/273/head
Frostebite 2021-07-31 22:11:58 +01:00
parent 3bbfeadd3d
commit 93f584dfc8
3 changed files with 5 additions and 3 deletions

3
dist/index.js vendored
View File

@ -2186,8 +2186,9 @@ class RemoteBuilder {
echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching}
echo 'Caching complete'
cd ${repoPathFull}
git lfs pull
#
echo ' '
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${buildPathFull} > ${repoPathFull}/buildVolumeReport.txt
ls -lh /${buildVolumeFolder} > ${repoPathFull}/buildVolumeReport.txt

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -132,8 +132,9 @@ class RemoteBuilder {
echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching}
echo 'Caching complete'
cd ${repoPathFull}
git lfs pull
#
echo ' '
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${buildPathFull} > ${repoPathFull}/buildVolumeReport.txt
ls -lh /${buildVolumeFolder} > ${repoPathFull}/buildVolumeReport.txt