Fix failing bandit gate
Install bandit version compatible with Python 3.6.9 Change-Id: Ie6d5f343c73ba4df7e061f200d0ae201f65a5aa9
This commit is contained in:
parent
034a83201a
commit
3ec6a94276
@ -7,7 +7,7 @@
|
||||
set -xe;
|
||||
./tools/deployment/common/install-packages.sh
|
||||
./tools/gate/deploy-k8s.sh
|
||||
sudo -H pip3 install --upgrade yq bandit setuptools
|
||||
sudo -H pip3 install --upgrade yq bandit==1.7.1 setuptools
|
||||
environment:
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user