From 641f53e9e84ee6fc8fea590426703bb565f57922 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Mon, 17 Feb 2025 16:25:16 +0100 Subject: [PATCH] ci: drop redundant new lines --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d90f7fd..fb08c5e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ Check style: pre-commit run --color=always --all-files || { git diff --ignore-submodules --patch-with-raw > "${STYLE_PATCH}" test -s "${STYLE_PATCH}" && { - printf "${RED}At least some of the issues can be resolved with the patch (see artifacts):\n + printf "${RED}At least some of the issues can be resolved with the patch (see artifacts): ${CI_JOB_URL}/artifacts/raw/${STYLE_PATCH}.\n${DEFAULT}" } || { printf "${RED}The issues cannot be resolved with a patch.\n${DEFAULT}" @@ -186,7 +186,7 @@ include: --exclude-standard \ ) test -z "${untracked_files}" || { - printf "${RED}The job produced unexpected files:\n${untracked_files}\n\ + printf "${RED}The job produced unexpected files:\n${untracked_files} Update the '.gitignore' file.\n${DEFAULT}" exit 1 } -- GitLab