grim/convey

da41a2bdcd7c
Only create the runtime once instead of once for each plan
tasks:
script:
type: docker/run
image: alpine:edge
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks:
- script