pull/289/head
Frostebite 2021-08-15 15:04:11 +00:00 committed by GitHub
parent 45864afee8
commit fec2cc69c9
4 changed files with 3 additions and 4 deletions

2
dist/index.js vendored
View File

@ -2236,7 +2236,7 @@ class RemoteBuilder {
echo 'Source repository initialized'
echo ' '
echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching} "$LFS_ASSETS_HASH"
${handleCaching}
${process.env.DEBUG ? '#' : ''}echo 'Caching complete'
${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,6 @@ cacheFolderFull=$1
libraryFolderFull=$2
gitLFSDestinationFolder=$3
purgeRemoteBuilderCache=$4
LFS_ASSETS_HASH=$5
cacheFolderWithBranch="$cacheFolderFull/$branch"
lfsCacheFolder="$cacheFolderFull/$branch/lfs"

View File

@ -119,7 +119,7 @@ class RemoteBuilder {
echo 'Source repository initialized'
echo ' '
echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching} "$LFS_ASSETS_HASH"
${handleCaching}
${process.env.DEBUG ? '#' : ''}echo 'Caching complete'
${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'