From 11d2ee12fd0234e3f80bbdc0310fdbeec9027cae Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 12:33:39 -0500 Subject: [PATCH] ci: use host IP for clone URL (step containers can't resolve gogs_app) --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 2824043a..a61c2eb4 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -3,7 +3,7 @@ clone: git: image: woodpeckerci/plugin-git environment: - - CI_REPO_CLONE_URL=http://gogs_app:3000/sarman/tftsr-devops_investigation.git + - CI_REPO_CLONE_URL=http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git pipeline: rust-fmt-check: