cleanup and corrections
parent
af757777a5
commit
9e1d200136
|
|
@ -80,7 +80,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
|||
fi
|
||||
|
||||
git lfs pull
|
||||
zip -r $LFS_ASSETS_HASH -d "$gitLFSDestinationFolder"
|
||||
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
|
||||
zip -r "$LFS_ASSETS_HASH" -d "$gitLFSDestinationFolder"
|
||||
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
|
||||
|
||||
echo ' '
|
||||
|
|
|
|||
Loading…
Reference in New Issue