mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
[ubuntu] suppress tar verbose messages (#3075)
This commit is contained in:
committed by
GitHub
parent
18062f1b88
commit
cd5930b52b
@@ -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"
|
||||
Reference in New Issue
Block a user