grim/convey

Fix the order of some attributes
redux
2021-10-16, Gary Kramlich
9d3b752261c4
Fix the order of some attributes
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