ci: put clone step on gogs_default network for hostname resolution

This commit is contained in:
Shaun Arman 2026-03-15 12:38:08 -05:00
parent 11d2ee12fd
commit f2d578533a

View File

@ -2,8 +2,9 @@
clone: clone:
git: git:
image: woodpeckerci/plugin-git image: woodpeckerci/plugin-git
network_mode: gogs_default
environment: 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: pipeline:
rust-fmt-check: rust-fmt-check: