From ba54695793f564bdb22139cd64488ea948c648cc Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 12:30:46 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20override=20clone=20URL=20=E2=80=94=20fix?= =?UTF-8?q?=20empty=20DRONE=5FREMOTE=5FURL=20from=20Gogs=200.14=20hook=20p?= =?UTF-8?q?ayload?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e7120402..e7c665ac 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -1,4 +1,10 @@ --- +clone: + git: + image: woodpeckerci/plugin-git + environment: + - DRONE_REMOTE_URL=http://gogs_app:3000/sarman/tftsr-devops_investigation.git + pipeline: rust-fmt-check: image: rust:1.82-slim