grim/convey

37339c9211b8
Bust out a bunch of the yaml to yaml files
tasks:
slow:
type: docker/run
image: alpine:edge
script: sleep 5
plans:
default:
stages:
- name: first
tasks: slow
- name: second
tasks: slow
- name: third
tasks: slow