Skip to content

Ensure wget produces less lines of output

By specifying wget --progress=dot:giga it is possible to significantly decrease number of output lines produced by wget.

This is especially useful in CI - it allows to avoid messages such as 'Job's log exceeded limit'

Signed-off-by: Michał Sochoń kaszpir@gmail.com

Merge request reports