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