From 0430d9c7b5e5406c5629ba6a7ecf5d4b594a386c Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Mon, 2 Dec 2024 11:37:03 -0500 Subject: [PATCH] Quiet unzip --- devops/porter-cd-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/porter-cd-pipeline.yml b/devops/porter-cd-pipeline.yml index b9d9d958..8d4d9d95 100644 --- a/devops/porter-cd-pipeline.yml +++ b/devops/porter-cd-pipeline.yml @@ -126,7 +126,7 @@ Resources: - make bootstrap - make deploy-check - wget -nv https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip - - unzip aws-sam-cli-linux-x86_64.zip -d sam-installation + - unzip -q aws-sam-cli-linux-x86_64.zip -d sam-installation - sudo ./sam-installation/install --update build: commands: