mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-21 07:56:31 +00:00
We only support .drone.yml for now
This commit is contained in:
parent
885812fb94
commit
f9edbc5091
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Woodpecker is a simple CI engine with great extensibility.
|
|||
- Run any command in the commands section
|
||||
|
||||
```yaml
|
||||
# .woodpecker.yml
|
||||
# .drone.yml
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
|
@ -43,7 +43,7 @@ pipeline:
|
|||
- Changes to files are persisted through steps as the same volume is mounted to all steps
|
||||
|
||||
```yaml
|
||||
# .woodpecker.yml
|
||||
# .drone.yml
|
||||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
|
|
Loading…
Reference in a new issue