grim/convey

f3f0af8f51ad
Replace the vendored govcs with it's new hosted version on sourcehut
default-plan: everything
tasks:
one:
type: docker/run
image: alpine:edge
command: echo one
two:
type: docker/run
image: alpine:edge
command: echo two
plans:
plan1:
stages:
- tasks:
- one
plan2:
stages:
- tasks:
- two
meta-plans:
default:
plans:
- plan1
- plan2