grim/convey

a13a27a3ff4a
Attempt to load convey.yaml if convey.yml cound not be found
tasks:
script:
type: docker/run
image: alpine:edge
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks:
- script