From 0c63359bd57aa111f7ce8b24853975382ef88856 Mon Sep 17 00:00:00 2001 From: Mateusz Trojak Date: Tue, 27 Sep 2016 16:59:25 +0200 Subject: [PATCH] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 959fd7e..0882e74 100644 --- a/circle.yml +++ b/circle.yml @@ -21,4 +21,4 @@ test: - wget http://localhost:3001 -O grafana.html - wget http://localhost:8083 -O influxdb.html - mv *.html $CIRCLE_ARTIFACTS - - killall --wait docker + - sudo killall --wait docker