ci: fix prospector call
This commit is contained in:
parent
f27b43507c
commit
d2bf2c8896
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lint:
|
||||||
pyright pyright e2e lifecycle
|
pyright pyright e2e lifecycle
|
||||||
bandit -r passbook e2e lifecycle
|
bandit -r passbook e2e lifecycle
|
||||||
pylint passbook e2e lifecycle
|
pylint passbook e2e lifecycle
|
||||||
prospector passbook e2e lifecycle
|
prospector
|
||||||
|
|
||||||
gen: coverage
|
gen: coverage
|
||||||
./manage.py generate_swagger -o swagger.yaml -f yaml
|
./manage.py generate_swagger -o swagger.yaml -f yaml
|
||||||
|
|
|
@ -61,7 +61,7 @@ stages:
|
||||||
pipenv install --dev prospector --skip-lock
|
pipenv install --dev prospector --skip-lock
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
inputs:
|
inputs:
|
||||||
script: pipenv run prospector passbook e2e lifecycle
|
script: pipenv run prospector
|
||||||
- job: bandit
|
- job: bandit
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
Reference in a new issue