grim/convey

Add a new subtask task

2020-03-02, Gary Kramlich
469b76e1bd24
Add a new subtask task
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