mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 21:40:42 +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": "pipec",
|
||||
|
@@ -4,7 +4,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
image: woodpeckerci/plugin-git
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
@@ -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",
|
||||
|
@@ -6,7 +6,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git:windows
|
||||
image: woodpeckerci/plugin-git:windows
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
@@ -4,7 +4,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
image: woodpeckerci/plugin-git
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
@@ -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",
|
||||
|
@@ -4,7 +4,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
image: woodpeckerci/plugin-git
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
@@ -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",
|
||||
|
@@ -4,7 +4,7 @@ workspace:
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: plugins/git
|
||||
image: woodpeckerci/plugin-git
|
||||
depth: 50
|
||||
|
||||
pipeline:
|
||||
|
@@ -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:
|
||||
|
@@ -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:
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user