diff --git a/.github/readme.md b/.github/readme.md index 9f6065a5f..6e07755e5 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -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