fix
parent
416dc584e7
commit
5f305cee16
|
|
@ -2180,7 +2180,7 @@ class RemoteBuilder {
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${initializeSourceRepoForCaching}
|
${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 "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Large File before LFS caching and pull'
|
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 ' '
|
||||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${initializeSourceRepoForCaching}
|
${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 "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Large File before LFS caching and pull'
|
echo 'Large File before LFS caching and pull'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue