cleanup and corrections
parent
af757777a5
commit
9e1d200136
|
|
@ -80,7 +80,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git lfs pull
|
git lfs pull
|
||||||
zip -r $LFS_ASSETS_HASH -d "$gitLFSDestinationFolder"
|
zip -r "$LFS_ASSETS_HASH" -d "$gitLFSDestinationFolder"
|
||||||
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
|
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
|
||||||
|
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue