Cleanup
parent
45864afee8
commit
fec2cc69c9
|
|
@ -2236,7 +2236,7 @@ class RemoteBuilder {
|
||||||
echo 'Source repository initialized'
|
echo 'Source repository initialized'
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Checking cache for the Unity project Library and git LFS files'
|
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 'Caching complete'
|
||||||
${process.env.DEBUG ? '#' : ''}echo ' '
|
${process.env.DEBUG ? '#' : ''}echo ' '
|
||||||
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
|
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,6 @@ cacheFolderFull=$1
|
||||||
libraryFolderFull=$2
|
libraryFolderFull=$2
|
||||||
gitLFSDestinationFolder=$3
|
gitLFSDestinationFolder=$3
|
||||||
purgeRemoteBuilderCache=$4
|
purgeRemoteBuilderCache=$4
|
||||||
LFS_ASSETS_HASH=$5
|
|
||||||
|
|
||||||
cacheFolderWithBranch="$cacheFolderFull/$branch"
|
cacheFolderWithBranch="$cacheFolderFull/$branch"
|
||||||
lfsCacheFolder="$cacheFolderFull/$branch/lfs"
|
lfsCacheFolder="$cacheFolderFull/$branch/lfs"
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ class RemoteBuilder {
|
||||||
echo 'Source repository initialized'
|
echo 'Source repository initialized'
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Checking cache for the Unity project Library and git LFS files'
|
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 'Caching complete'
|
||||||
${process.env.DEBUG ? '#' : ''}echo ' '
|
${process.env.DEBUG ? '#' : ''}echo ' '
|
||||||
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
|
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue