From da652e55d9acdd1e31ba18cc2566b0fe49998425 Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Fri, 30 Jun 2017 16:47:02 +0100 Subject: [PATCH] Fix CI test phase --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 524c210..90a9877 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,8 @@ pipeline: environment: - DOCKER_HOST=tcp://docker:2375 commands: + - apk add --no-cache curl - docker run --name=DEV -d -p 32400:32400 devbuild - sleep 10 # Wait for plex to start! - - curl -s 127.0.0.1:32400 + - curl -s 127.0.0.1:32400 > /dev/null # Check if its responding, a 401 here is expected