From 512fa59a458347a230bfcff13ddfa6f243006d0a Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 16:03:04 +0100 Subject: Add steps attribute to pipeline --- pipelines/example.yaml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines/example.yaml.example b/pipelines/example.yaml.example index 1a99d24..6a2c654 100644 --- a/pipelines/example.yaml.example +++ b/pipelines/example.yaml.example @@ -6,3 +6,5 @@ slave-type: clusters: - foo.morph - bar.morph +steps: +- Build -- cgit v1.2.1