fix
parent
416dc584e7
commit
5f305cee16
|
|
@ -2180,7 +2180,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||
${initializeSourceRepoForCaching}
|
||||
export LFS_ASSETS_HASH="$(cat .lfs-assets-id)"
|
||||
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
|
||||
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
|
||||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -135,7 +135,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||
${initializeSourceRepoForCaching}
|
||||
export LFS_ASSETS_HASH="$(cat .lfs-assets-id)"
|
||||
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
|
||||
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
|
||||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
|
|
|
|||
Loading…
Reference in New Issue