From 9ecab0328b6a9eeb69347f5c2556f7fa636ef2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Mon, 6 Jan 2025 22:08:43 +0100 Subject: [PATCH] overkill engineering --- .woodpecker/lint.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 3d35826..b9f28c8 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -6,12 +6,12 @@ steps: - python3 .ci/port_attribution_watcher.py | tee output.txt - python3 .ci/traefik_label_watcher.py | tee output.txt comment: - image: tsakidev/giteacomment:latest + image: git.gnous.eu/enpls/gitea-comment-plugin:stable settings: - gitea_base_url: https://git.gnous.eu/ + gitea_address: https://git.gnous.eu gitea_token: from_secret: gnous_cicd_token - comment_from_file: output.txt + comment_file: output.txt lint: image: debian:stable commands: