Rewrite Drone config #74

Merged
jaschop merged 3 commits from drone-config into main 2023-11-16 11:17:36 +01:00
1 changed files with 1 additions and 7 deletions
Showing only changes of commit 2ac03d0c26 - Show all commits

View File

@ -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: