From ceefcdb9100a760a3cb8a91a31d2f616c8fd6bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Mon, 6 Jan 2025 21:54:44 +0100 Subject: [PATCH] use drone comment plugin --- .woodpecker/lint.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 84357d0..f57ceca 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -6,19 +6,12 @@ steps: - python3 .ci/port_attribution_watcher.py | tee output.txt - python3 .ci/traefik_label_watcher.py | tee output.txt comment: - image: mcs94/gitea-comment + image: tsakidev/giteacomment:latest settings: - gitea_address: https://git.gnous.eu + gitea_base_url: https://git.gnous.eu gitea_token: from_secret: gnous_cicd_token - commands: - - STEP_1_OUTPUT=$(cat output.txt) - - echo "test" - - cat output.txt - comment: > - `${STEP_1_OUTPUT}` - - 🌐 ${CI_BUILD_LINK} + comment_from_file: output.txt lint: image: debian:stable commands: