grim/convey

Discard the output from wget

2017-09-12, Gary Kramlich
f86527406a8b
Parents f51751123396
Children b801e6ad7da0
Discard the output from wget
--- a/examples/detach-health.yml Mon Sep 11 23:28:42 2017 -0500
+++ b/examples/detach-health.yml Tue Sep 12 16:15:35 2017 -0500
@@ -8,7 +8,7 @@
healthcheck:
interval: 1s
timeout: 3s
- command: wget http://localhost
+ command: wget -O - http://localhost
plans:
default:
stages: