ci: put clone step on gogs_default network for hostname resolution
This commit is contained in:
parent
11d2ee12fd
commit
f2d578533a
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user