grim/convey

Remove the now unused merge attribute
redux
2021-10-16, Gary Kramlich
0accac3db806
Remove the now unused merge attribute
# 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