Drop unit tests temporarily
This commit is contained in:
parent
6d6208a63c
commit
0eb5d14ad8
10
.drone.yml
10
.drone.yml
@ -8,11 +8,11 @@ steps:
|
|||||||
- apk add shellcheck
|
- apk add shellcheck
|
||||||
- shellcheck abra
|
- shellcheck abra
|
||||||
|
|
||||||
- name: run unit tests
|
# - name: run unit tests
|
||||||
image: docker:dind
|
# image: docker:dind
|
||||||
commands:
|
# commands:
|
||||||
- apk add bats curl
|
# - apk add bats curl
|
||||||
- bats test.bats
|
# - bats test.bats
|
||||||
|
|
||||||
- name: collect code coverage
|
- name: collect code coverage
|
||||||
image: robertstettner/drone-codecov
|
image: robertstettner/drone-codecov
|
||||||
|
Reference in New Issue
Block a user