mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
[ubuntu] suppress tar verbose messages (#3075)
This commit is contained in:
committed by
GitHub
parent
18062f1b88
commit
cd5930b52b
@@ -8,7 +8,7 @@ source $HELPER_SCRIPTS/install.sh
|
||||
|
||||
# Install AzCopy10
|
||||
download_with_retries "https://aka.ms/downloadazcopy-v10-linux" "/tmp" "azcopy.tar.gz"
|
||||
tar zxvf /tmp/azcopy.tar.gz --strip-components=1 -C /tmp
|
||||
tar xzf /tmp/azcopy.tar.gz --strip-components=1 -C /tmp
|
||||
mv /tmp/azcopy /usr/local/bin/azcopy
|
||||
chmod +x /usr/local/bin/azcopy
|
||||
# Create azcopy 10 alias for backward compatibility
|
||||
|
||||
Reference in New Issue
Block a user