mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
parent
f9ef8ee374
commit
719021b91c
@ -640,7 +640,7 @@ You can manually configure the clone step in your workflow for customization:
|
|||||||
|
|
||||||
```diff
|
```diff
|
||||||
+clone:
|
+clone:
|
||||||
+ git:
|
+ - name: git
|
||||||
+ image: woodpeckerci/plugin-git
|
+ image: woodpeckerci/plugin-git
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -666,7 +666,7 @@ Example configuration to use a custom clone plugin:
|
|||||||
|
|
||||||
```diff
|
```diff
|
||||||
clone:
|
clone:
|
||||||
git:
|
- name: git
|
||||||
+ image: octocat/custom-git-plugin
|
+ image: octocat/custom-git-plugin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user