Merge "Use bandit 1.7.1 to avoid Python version issues"
This commit is contained in:
commit
f69ea0ea86
@ -8,7 +8,7 @@
|
||||
set -xe;
|
||||
./tools/deployment/common/000-install-packages.sh
|
||||
./tools/deployment/common/005-deploy-k8s.sh
|
||||
sudo -H pip3 install yq bandit
|
||||
sudo -H pip3 install yq bandit==1.7.1 setuptools
|
||||
environment:
|
||||
zuul_site_mirror_fqdn: "{{ zuul_site_mirror_fqdn }}"
|
||||
args:
|
||||
|
Loading…
Reference in New Issue
Block a user