fix
parent
5f305cee16
commit
e7765f46f8
|
|
@ -83,7 +83,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
|||
fi
|
||||
|
||||
git lfs pull
|
||||
zip -r "$gitLFSDestinationFolder/$LFS_ASSETS_HASH"
|
||||
zip -r "$LFS_ASSETS_HASH" "$gitLFSDestinationFolder"
|
||||
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
|
||||
echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue