grim/convey

Bump the version for release
v0.14.0-alpha3
2018-02-20, Gary Kramlich
166a6d1979fa
Bump the version for release
tasks:
# define our script task
script:
type: docker/run
image: gliderlabs/alpine:edge
# if you need to override the default shell of /bin/sh you can use the
# shell attribute
shell: /bin/ash
# then just define your script as a list of strings
script:
- echo "hello from alpine"
- uptime
plans:
default:
stages:
- tasks: [script]