grim/convey

Add the convey version to the environment
redux
2021-10-11, Gary Kramlich
82d28cf8e74d
Add the convey version to the environment
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