Skip to content

Commit

Permalink
Quiet unzip output
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jul 25, 2024
1 parent 95fbed4 commit a74368b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/shared/modules/cors/cors-script.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

curl -L "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip && rm awscliv2.zip
unzip -q awscliv2.zip && rm awscliv2.zip
./aws/install -i ~/usr -b ~/bin
/github/home/bin/aws --version

Expand Down

0 comments on commit a74368b

Please sign in to comment.