grim/convey

Fix some issues with exiting
redux
2021-10-16, Gary Kramlich
18b916dada5e
Fix some issues with exiting
# 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