grim/convey

We need to clean up the workspace directory even while testing
tasks:
script:
type: docker/run
image: alpine:edge
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks:
- script