[ubuntu] suppress tar verbose messages (#3075)

This commit is contained in:
Aleksandr Chebotov
2021-04-01 15:15:59 +03:00
committed by GitHub
parent 18062f1b88
commit cd5930b52b
8 changed files with 8 additions and 8 deletions

View File

@@ -10,6 +10,6 @@ source $HELPER_SCRIPTS/install.sh
DOWNLOAD_URL="https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz"
PACKAGE_TAR_NAME="oc.tar.gz"
download_with_retries $DOWNLOAD_URL "/tmp" $PACKAGE_TAR_NAME
tar xvzf "/tmp/$PACKAGE_TAR_NAME" -C "/usr/local/bin"
tar xzf "/tmp/$PACKAGE_TAR_NAME" -C "/usr/local/bin"
invoke_tests "CLI.Tools" "OC CLI"