Remove ls
.gitlab/ci/build_releng.sh
: replace ls
and cat
with grep
.
The grep
output is more concise and it is easier to see which output belongs to which file.
Remove debug leftovers from .gitlab/ci/build_releng.sh
and template/prepare_vm.yml
.
Edited by nl6720