From 5bcea24813e9239f4d1f77202a69ad8608f9c365 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 1 Jun 2024 11:46:41 +0700 Subject: network/telegram: Updated for version 5.0.4. ci: Show reverse deps as a tasklist. This syncs the output for gitlab MRs to also be a tasklist like we do for github PRs. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 124f1f9601016..2f7e3f68e8459 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,9 +74,7 @@ pr-checks: if [[ "$response" == "" ]] ; then printf 'None\n' else - printf '```\n' - printf '%s' "$response" - printf '```\n' + printf '%s\n' "$response" | sort | sed 's/^/- [ ] /' fi } > comment-output -- cgit v1.2.3