grim/convey

36f6e7a6b6ce
replace gomega with testify and other go.mod cleanups
# 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