mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
We only support .drone.yml for now
This commit is contained in:
parent
885812fb94
commit
f9edbc5091
@ -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 New Issue
Block a user