From 2ac03d0c2630aee3fee98b53b56d8ad9db93a684 Mon Sep 17 00:00:00 2001 From: Brain Date: Mon, 6 Nov 2023 23:20:44 +0100 Subject: [PATCH] Merge install, lint and test steps Probably necessary because of the virtualenv --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index aeae499..8675f5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,18 +14,12 @@ trigger: - main 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 image_pull_secrets: