Skip to content

Commit

Permalink
Quiet unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 2, 2024
1 parent 7893f98 commit 0430d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/porter-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0430d9c

Please sign in to comment.