From f2d578533a41b98b1b93048d1e5f1cf7e090d904 Mon Sep 17 00:00:00 2001 From: Shaun Arman Date: Sun, 15 Mar 2026 12:38:08 -0500 Subject: [PATCH] ci: put clone step on gogs_default network for hostname resolution --- .woodpecker/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index a61c2eb4..1a4bd1b3 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -2,8 +2,9 @@ clone: git: image: woodpeckerci/plugin-git + network_mode: gogs_default environment: - - CI_REPO_CLONE_URL=http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git + - CI_REPO_CLONE_URL=http://gogs_app:3000/sarman/tftsr-devops_investigation.git pipeline: rust-fmt-check: