diff --git a/tools/deployment/provider_common/04_install_yq.sh b/tools/deployment/provider_common/04_install_yq.sh index 3a613b26e..4b795cce4 100755 --- a/tools/deployment/provider_common/04_install_yq.sh +++ b/tools/deployment/provider_common/04_install_yq.sh @@ -12,4 +12,4 @@ # limitations under the License. set -ex -sudo pip3 install yq +sudo -H pip3 install yq