Switch default git plugin (#449)

* update pipeline samples

* update docs

* use woodpeckerci/plugin-git:latest as default

* code format nit
This commit is contained in:
6543
2021-10-16 02:54:28 +02:00
committed by GitHub
parent 4cc8594b63
commit 6828057f66
18 changed files with 23 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
{
"name": "pipeline_clone_0",
"alias": "git",
"image": "plugins/git:latest",
"image": "woodpeckerci/plugin-git:latest",
"working_dir": "/go/src/github.com/drone/envsubst",
"environment": {
"CI": "drone",

View File

@@ -4,7 +4,7 @@ workspace:
clone:
git:
image: plugins/git
image: woodpeckerci/plugin-git
depth: 50
pipeline: