Update sample YAML in README [ci skip]

This commit is contained in:
Brad Rydzewski 2019-08-31 08:37:24 -07:00 committed by GitHub
parent d221ed0b88
commit 671e26b8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/readme.md vendored
View file

@ -7,9 +7,11 @@ Drone is a Continuous Delivery system built on container technology. Drone uses
Sample Pipeline Configuration:
```yaml
kind: pipeline
name: default
kind: pipeline
type: docker
steps:
- name: backend
image: golang