mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 08:56:29 +00:00
parent
f9ef8ee374
commit
719021b91c
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue