grim/convey

a13a27a3ff4a
Attempt to load convey.yaml if convey.yml cound not be found
# 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