grim/convey

Move the config loaders to their own packages outside of the config directory
tasks:
one:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- true
two:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- false
three:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- false
four:
image: gliderlabs/alpine:edge
shell: /bin/sh
script:
- true
plans:
default:
stages:
- tasks: [one, two]
- tasks: [three, four]
always: true
concurrent: true