debug log flags

pull/289/head
Frostebite 2021-08-02 01:47:09 +01:00
parent 9209dc2075
commit c13e6524cd
3 changed files with 4 additions and 4 deletions

2
dist/index.js vendored
View File

@ -2153,7 +2153,7 @@ class RemoteBuilder {
echo 'Initializing source repository for cloning with caching of LFS files'
${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -111,7 +111,7 @@ class RemoteBuilder {
echo 'Initializing source repository for cloning with caching of LFS files'
${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo 'Large File before LFS caching and pull'
${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
@ -122,7 +122,7 @@ class RemoteBuilder {
echo 'Checking cache for the Unity project Library and git LFS files'
${handleCaching} "$LFS_ASSETS_HASH"
${process.env.DEBUG ? '#' : ''}echo 'Caching complete'
echo ' '
${process.env.DEBUG ? '#' : ''}echo ' '
${process.env.DEBUG ? '#' : ''}echo 'Large File after LFS caching and pull'
${process.env.DEBUG ? '#' : ''}ls -alh "${testLFSFile}"
${process.env.DEBUG ? '#' : ''}cat "${testLFSFile}"