X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopendaylight-infra-update-image-list.sh;h=8f2c7f46ba77091138e9ea121812f6728fc25fb5;hb=d6242491e367b40ecd28286c0180613032377add;hp=871bdd5aa58db2ae327515e2dadc68bd736f3df7;hpb=d86320c12e060814bf9e8c90106d661b5cf7ede4;p=releng%2Fbuilder.git diff --git a/jjb/opendaylight-infra-update-image-list.sh b/jjb/opendaylight-infra-update-image-list.sh index 871bdd5aa..8f2c7f46b 100644 --- a/jjb/opendaylight-infra-update-image-list.sh +++ b/jjb/opendaylight-infra-update-image-list.sh @@ -1,7 +1,7 @@ #!/bin/bash -virtualenv "$WORKSPACE/.venv" -# shellcheck disable=SC1090 -source "$WORKSPACE/.venv/bin/activate" +virtualenv "/tmp/v/openstack" +# shellcheck source=/tmp/v/openstack/bin/activate disable=SC1091 +source "/tmp/v/openstack/bin/activate" pip install --upgrade --quiet pip pip install --upgrade --quiet python-openstackclient python-heatclient pip freeze