We only support .drone.yml for now

This commit is contained in:
Laszlo Fogas 2021-05-31 13:42:22 +02:00 committed by GitHub
parent 885812fb94
commit f9edbc5091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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