fix
parent
b13a972369
commit
d7bae54c89
|
|
@ -2230,6 +2230,7 @@ class RemoteBuilder {
|
|||
${initializeSourceRepoForCaching}
|
||||
echo 'Source repository initialized'
|
||||
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
|
||||
${process.env.DEBUG ? '' : '#'}echo '$LFS_ASSETS_HASH'
|
||||
${process.env.DEBUG ? '' : '#'}echo ' '
|
||||
${process.env.DEBUG ? '' : '#'}echo 'Large File before LFS caching and pull'
|
||||
${process.env.DEBUG ? '' : '#'}ls -alh "${lfsDirectory}"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -113,6 +113,7 @@ class RemoteBuilder {
|
|||
${initializeSourceRepoForCaching}
|
||||
echo 'Source repository initialized'
|
||||
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
|
||||
${process.env.DEBUG ? '' : '#'}echo '$LFS_ASSETS_HASH'
|
||||
${process.env.DEBUG ? '' : '#'}echo ' '
|
||||
${process.env.DEBUG ? '' : '#'}echo 'Large File before LFS caching and pull'
|
||||
${process.env.DEBUG ? '' : '#'}ls -alh "${lfsDirectory}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue