mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[ubuntu] suppress tar verbose messages (#3075)
This commit is contained in:
committed by
GitHub
parent
18062f1b88
commit
cd5930b52b
@@ -9,7 +9,7 @@
|
||||
TarballUrl=$(curl -s https://api.github.com/repos/aws/aws-sam-cli/releases/latest | jq -r '.tarball_url')
|
||||
TarballPath="/tmp/aws-sam-cli.tar.gz"
|
||||
wget $TarballUrl -O $TarballPath
|
||||
tar -xzvf $TarballPath -C /tmp
|
||||
tar -xzf $TarballPath -C /tmp
|
||||
cd /tmp/aws-aws-sam-cli*
|
||||
|
||||
mkdir /opt/python-aws-sam-cli
|
||||
|
||||
Reference in New Issue
Block a user