diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-06-17 05:06:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-17 05:06:40 +0000 |
commit | 7b860ae60bf9686b449ab2fe3f18c33944bdd71c (patch) | |
tree | c9efb7bf377a2f33ae64299c98d3161aec5d6f4c /kud/tests/_common_test.sh | |
parent | 964db6a95cfdd82969f6af5a09822929a1862408 (diff) | |
parent | 662f53dd795fbc439b923e09cbf088f613d01003 (diff) |
Merge "optimize size and time using "--no-cache-dir""
Diffstat (limited to 'kud/tests/_common_test.sh')
-rwxr-xr-x | kud/tests/_common_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kud/tests/_common_test.sh b/kud/tests/_common_test.sh index 32781e18..0ca606b6 100755 --- a/kud/tests/_common_test.sh +++ b/kud/tests/_common_test.sh @@ -36,7 +36,7 @@ function install_ipcalc { function install_ovn_deps { if ! $(yq --version &>/dev/null); then install_deps # jq needed as it's dependency of yq - sudo -E pip install yq + sudo -E pip install --no-cache-dir yq fi if ! $(ovn-nbctl --version &>/dev/null); then function ovn_ubuntu_deps { |