debug logging

pull/289/head
Frostebite 2021-08-01 22:19:55 +01:00
parent 319213ffe8
commit a7b1ca7b33
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
fi fi
git lfs pull git lfs pull
zip -r "$LFS_ASSETS_HASH" zip -r "$lfsCacheFolder/$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"