fix
parent
a7b1ca7b33
commit
85af8c8e54
|
|
@ -2180,6 +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-sum")
|
||||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -25,6 +25,4 @@ echo ' '
|
|||
echo 'Contents of .lfs-assets-id-sum file:'
|
||||
cat .lfs-assets-id-sum
|
||||
|
||||
export LFS_ASSETS_HASH=$(cat ".lfs-assets-id")
|
||||
|
||||
echo ' '
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
|||
fi
|
||||
|
||||
git lfs pull
|
||||
zip -r "$lfsCacheFolder/$LFS_ASSETS_HASH"
|
||||
zip -r "$gitLFSDestinationFolder/$LFS_ASSETS_HASH"
|
||||
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
|
||||
echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder"
|
||||
|
||||
|
|
|
|||
|
|
@ -135,6 +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-sum")
|
||||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue