grim/convey

Fix the order of some attributes
redux
2021-10-16, Gary Kramlich
9d3b752261c4
Fix the order of some attributes
# This test just ensure that we can set the workdir to ${CONVEY_WORKSPACE}
# successfully
tasks:
basic:
type: docker/run
image: alpine:edge
workdir: ${CONVEY_WORKSPACE}
script:
- pwd
- ls
plans:
default:
stages:
- tasks: basic