pull/289/head
Frostebite 2021-08-01 23:18:27 +01:00
parent 5f305cee16
commit e7765f46f8
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
fi fi
git lfs pull git lfs pull
zip -r "$gitLFSDestinationFolder/$LFS_ASSETS_HASH" zip -r "$LFS_ASSETS_HASH" "$gitLFSDestinationFolder"
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder" cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder" echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder"