From 0d376df8f89b293d625294004d19740c933190a9 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 19 Feb 2020 00:26:08 +0100 Subject: [PATCH] bash and curl was missing for some reason. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 124efc7..1e24220 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,8 @@ steps: - pip install -r requirements.txt - py.test --cov-report=xml --cov=seasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParserseasonedParser - apk add git + - apk add bash + - apk add curl - bash -c "$(curl -s https://codecov.io/bash)" trigger: branch: