grim/convey

update convey/clean to use the Runtime.ConfigPath instead of the working directory.

Fixes CONVEY-189
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