debug logging
parent
0a6145dd94
commit
319213ffe8
|
|
@ -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 ' '
|
||||
|
|
|
|||
Loading…
Reference in New Issue