Skip to content

.gitlab-ci.yml: use correct units for image size description

nl6720 requested to merge nl6720/archiso:MiB into master

du --block-size=MiB (and du -m) returns mebibytes not megabytes.

Additionally, shorten the du command. du --block-size=MiB is the same as du -m.

Merge request reports