From d2bf2c88967ae4b6c44f36db6de6b6524861c62e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 26 Sep 2020 19:17:42 +0200 Subject: [PATCH] ci: fix prospector call --- Makefile | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bfbbb4761..7affac3f9 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ lint: pyright pyright e2e lifecycle bandit -r passbook e2e lifecycle pylint passbook e2e lifecycle - prospector passbook e2e lifecycle + prospector gen: coverage ./manage.py generate_swagger -o swagger.yaml -f yaml diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f566210d..fe029a3e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -61,7 +61,7 @@ stages: pipenv install --dev prospector --skip-lock - task: CmdLine@2 inputs: - script: pipenv run prospector passbook e2e lifecycle + script: pipenv run prospector - job: bandit pool: vmImage: 'ubuntu-latest'