grim/convey

Fix some issues with exiting
redux
2021-10-16, Gary Kramlich
18b916dada5e
Fix some issues with exiting
environment:
- VERSION=1.2.3
tasks:
script:
type: docker/run
image: alpine:edge
script:
- 'echo version: ${VERSION}'
- 'echo special: ${SPECIAL}'
- 'echo git commit: ${GIT_COMMIT}'
- 'echo hg commit: ${HG_COMMIT}'
environment:
- SPECIAL=true
plans:
default:
stages:
- tasks:
- script