diff --git a/.drone.yml b/.drone.yml index 8675f5d..8629570 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,18 +90,12 @@ trigger: - tag steps: - - name: install + - name: install-lint-test image: registry.wtf-eg.net/ki-backend-builder:1.0.0 commands: - pipenv install --dev - - name: lint - image: registry.wtf-eg.net/ki-backend-builder:1.0.0 - commands: - pipenv run flake8 - pipenv run reuse lint - - name: test - image: registry.wtf-eg.net/ki-backend-builder:1.0.0 - commands: - pipenv run python -m unittest discover ki - name: docker-publish image: plugins/docker