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": "pipec",

View File

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

View File

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

View File

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

View File

@@ -6,7 +6,7 @@
"steps": [
{
"name": "pipeline_clone",
"image": "plugins/git:latest",
"image": "woodpeckerci/plugin-git:latest",
"working_dir": "/go/src/github.com/go-sql-driver/mysql",
"environment": {
"CI": "pipec",

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": "pipec",

View File

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

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": "pipec",

View File

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

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": "pipec",

View File

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

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:

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:

View File

@@ -7,7 +7,7 @@
{
"name": "pipeline_clone",
"alias": "clone",
"image": "plugins/git:latest",
"image": "woodpeckerci/plugin-git:latest",
"working_dir": "/pipeline/src",
"environment": {
"CI": "drone",