skip clone on update
This commit is contained in:
parent
48672ef24e
commit
2bb0f63d2c
2 changed files with 2 additions and 3 deletions
|
@ -73,3 +73,4 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
- event: manual
|
- event: manual
|
||||||
|
skip_clone: true
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
pipeline:
|
pipeline:
|
||||||
clone2:
|
clone2:
|
||||||
image: nixery.dev/shell/gitfull
|
image: nixery.dev/shell/gitfull
|
||||||
|
@ -121,3 +118,4 @@ matrix:
|
||||||
- python-instagram
|
- python-instagram
|
||||||
- element-web
|
- element-web
|
||||||
- woodpecker-server
|
- woodpecker-server
|
||||||
|
skip_clone: true
|
||||||
|
|
Reference in a new issue