grim/convey

Move plans to the runtime package

2021-12-23, Gary Kramlich
178aec6c4f86
Move plans to the runtime package
tasks:
script:
type: docker/run
image: alpine:edge
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks:
- script