grim/convey

Bump the version for release
v0.11.1
2017-10-21, Gary Kramlich
00923ff4e245
Bump the version for release
tasks:
normal:
image: nginx:alpine
detach: true
health-check:
image: nginx:alpine
detach: true
healthcheck:
interval: 1s
timeout: 3s
command: wget -O - http://localhost
plans:
default:
stages:
- tasks:
- normal
- tasks:
- health-check