mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-23 00:46:30 +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
|
||||
+clone:
|
||||
+ git:
|
||||
+ - name: git
|
||||
+ image: woodpeckerci/plugin-git
|
||||
|
||||
steps:
|
||||
|
@ -666,7 +666,7 @@ Example configuration to use a custom clone plugin:
|
|||
|
||||
```diff
|
||||
clone:
|
||||
git:
|
||||
- name: git
|
||||
+ image: octocat/custom-git-plugin
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue