[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

@@ -11,6 +11,6 @@ source $HELPER_SCRIPTS/install.sh
VERSION=$(curl --fail --silent -L "https://www.pulumi.com/latest-version")
TARBALL_URL="https://get.pulumi.com/releases/sdk/pulumi-v${VERSION}-linux-x64.tar.gz"
download_with_retries ${TARBALL_URL} "/tmp" pulumi-v${VERSION}.tar.gz
tar --strip=1 -xvf /tmp/pulumi-v${VERSION}.tar.gz -C /usr/local/bin
tar --strip=1 -xf /tmp/pulumi-v${VERSION}.tar.gz -C /usr/local/bin
invoke_tests "Tools" "Pulumi"