Skip to content

Explicitly use echo -e to force backslash-interpretation

MVernon requested to merge fix_apt_preferences into main

This is typically the default, but gitlab CI defaults to not doing so, meaning the preferences file didn't have newlines (but rather one line with literal \n in).

Fix demonstrated via WIP.yml in https://gitlab.wikimedia.org/repos/sre/alerts-triage/-/jobs/162877

Bug: T350658

Merge request reports