From 671e26b8e2f4501dfbee9ac7bb2b02a2c8231c52 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 31 Aug 2019 08:37:24 -0700 Subject: [PATCH] Update sample YAML in README [ci skip] --- .github/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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