From 0eb5d14ad8b09a525b70a78c7c783721794d5af6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 26 Oct 2020 11:21:58 +0100 Subject: [PATCH] Drop unit tests temporarily --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 803343a..38d04dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,11 +8,11 @@ steps: - apk add shellcheck - shellcheck abra - - name: run unit tests - image: docker:dind - commands: - - apk add bats curl - - bats test.bats + # - name: run unit tests + # image: docker:dind + # commands: + # - apk add bats curl + # - bats test.bats - name: collect code coverage image: robertstettner/drone-codecov