diff --git a/.drone.yml b/.drone.yml index 1ae6c04..8eaa205 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,13 +13,13 @@ steps: - pull_request - tag -steps: -- name: test-unit - image: docker.io/volkerraschek/build-image:latest - commands: - - make test/unit - when: - event: - - push - - pull_request - - tag \ No newline at end of file +# steps: +# - name: test-unit +# image: docker.io/volkerraschek/build-image:latest +# commands: +# - make test/unit +# when: +# event: +# - push +# - pull_request +# - tag \ No newline at end of file