mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 11:28:08 +00:00
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:
@@ -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",
|
||||
|
@@ -4,7 +4,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
image: woodpeckerci/plugin-git
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
Reference in New Issue
Block a user