We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9a9f3 commit a3f6dbbCopy full SHA for a3f6dbb
.github/workflows/pr-preview-deploy2.yml
@@ -29,7 +29,9 @@ jobs:
29
mkdir -p "$workdir"
30
cd "$workdir"
31
curl -I -sL "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.35.zip" -o "awscliv2.zip"
32
- unzip awscliv2.zip
+ wait
33
+ unzip -qq awscliv2.zip
34
35
aws_path=$(which aws || true)
36
[[ -n "$aws_path" ]] && msg_log "aws_path = ${aws_path}"
37
if [[ "$aws_path" =~ ^qemu-aarch64.* ]]; then
0 commit comments