From 9bb27ab3707caa6f5ef536515ef5b4e42903e44c Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 12:32:52 -0500 Subject: [PATCH] ci: use CI_REPO_CLONE_URL override for plugin-git --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index e7c665ac..2824043a 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,7 +3,7 @@ clone: git: image: woodpeckerci/plugin-git environment: - - DRONE_REMOTE_URL=http://gogs_app:3000/sarman/tftsr-devops_investigation.git + - CI_REPO_CLONE_URL=http://gogs_app:3000/sarman/tftsr-devops_investigation.git pipeline: rust-fmt-check: