Skip to content
Snippets Groups Projects
Commit d0799594 authored by Simon McVittie's avatar Simon McVittie
Browse files

ci: Make sure sources.list ends with a newline

parent 24e11386
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ build:scout:
if [ -n "${SCOUT_APT_SOURCES_FILE}" ]; then
cp "${SCOUT_APT_SOURCES_FILE}" /etc/apt/sources.list
echo >> /etc/apt/sources.list
if [ -n "${CI_EXTRA_APT_SOURCES-}" ]; then
echo "${CI_EXTRA_APT_SOURCES}" | while read -r first rest; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment