mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
Suppress unzip logs in Ubuntu image generation (#3068)
This commit is contained in:
committed by
GitHub
parent
1572c20af1
commit
05fc867e8a
@@ -7,7 +7,7 @@
|
||||
# Install Packer
|
||||
PACKER_VERSION=$(curl -s https://checkpoint-api.hashicorp.com/v1/check/packer | jq -r .current_version)
|
||||
curl -LO "https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip"
|
||||
unzip "packer_${PACKER_VERSION}_linux_amd64.zip" -d /usr/local/bin
|
||||
unzip -qq "packer_${PACKER_VERSION}_linux_amd64.zip" -d /usr/local/bin
|
||||
rm -f "packer_${PACKER_VERSION}_linux_amd64.zip"
|
||||
|
||||
invoke_tests "Tools" "Packer"
|
||||
Reference in New Issue
Block a user