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