ci: use host IP for clone URL (step containers can't resolve gogs_app)
This commit is contained in:
parent
9bb27ab370
commit
11d2ee12fd
@ -3,7 +3,7 @@ clone:
|
|||||||
git:
|
git:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
environment:
|
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:
|
pipeline:
|
||||||
rust-fmt-check:
|
rust-fmt-check:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user