From ec0ffd2124261776fe86687a764a4457d9e90977 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 12 Apr 2019 09:39:36 +0200 Subject: [PATCH] Tweak CI --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e0f5c7b..f87c49c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - name: build image: docker:dind environment: - - DOCKER_HOST=tcp://docker:2375 + DOCKER_HOST=tcp://docker:2375 commands: - sleep 5 - docker ps @@ -32,7 +32,7 @@ steps: image: docker:dind detach: true environment: - - DOCKER_HOST=tcp://docker:2375 + DOCKER_HOST=tcp://docker:2375 commands: - docker run -p 8000:8000 hello-world