ci: use host IP for clone URL (step containers can't resolve gogs_app)

This commit is contained in:
Shaun Arman 2026-03-15 12:33:39 -05:00
parent 9bb27ab370
commit 11d2ee12fd

View File

@ -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: