grim/convey

Finish up the gofmt -s updates

2018-01-14, Gary Kramlich
bddc51ebe520
Finish up the gofmt -s updates
tasks:
normal:
type: docker/run
image: nginx:alpine
detach: true
health-check:
type: docker/run
image: nginx:alpine
detach: true
healthcheck:
interval: 1s
timeout: 3s
command: wget -O - http://localhost
plans:
default:
stages:
- tasks:
- normal
- tasks:
- health-check