debug logging

pull/289/head
Frostebite 2021-08-01 22:16:34 +01:00
parent 0a6145dd94
commit 319213ffe8
1 changed files with 2 additions and 1 deletions

View File

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