diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 11:46:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-01 11:55:00 +0700 |
commit | 5bcea24813e9239f4d1f77202a69ad8608f9c365 (patch) | |
tree | 9fe5f742b745fa5e64dd78f4e2780d6a863d2ae8 /.gitlab-ci.yml | |
parent | b0e6834ec308121099a2b6d62b334a0318b5c946 (diff) |
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 <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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 |