temp disable broken cve check

This commit is contained in:
Robert Kaussow 2020-03-08 23:13:03 +01:00
parent 84b05f080a
commit 9dd8f08f78
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ local PipelineDeps = {
commands: [
'pip install pipenv -qq',
'pipenv --bare install --keep-outdated',
'pipenv check',
'pipenv check -i 37752',
'pipenv run pipenv-setup check',
],
},

View File

@ -36,7 +36,7 @@ steps:
commands:
- pip install pipenv -qq
- pipenv --bare install --keep-outdated
- pipenv check
- pipenv check -i 37752
- pipenv run pipenv-setup check
environment:
PY_COLORS: 1
@ -490,6 +490,6 @@ depends_on:
---
kind: signature
hmac: fe27b95c5d0bb16f3d259d9e03fc25949bcf82b5ec064f945e60873e8a6fa52c
hmac: e0a3f9b769dc68179eb50505f2d243d3790dbdb003c4025d845602151208e2f5
...