From 6d3b8af79e49519ad195031f57130b816bb36160 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 7 Nov 2024 00:53:50 -0500 Subject: [PATCH] [GHA] polish up --- .github/scripts/sign-exe.sh | 4 +- .../gh-hosted-eclipse-distro-build.yml | 53 +------------------ 2 files changed, 3 insertions(+), 54 deletions(-) diff --git a/.github/scripts/sign-exe.sh b/.github/scripts/sign-exe.sh index b53b0deaa..997e3f7d3 100755 --- a/.github/scripts/sign-exe.sh +++ b/.github/scripts/sign-exe.sh @@ -7,7 +7,7 @@ timeout=$5 in_filename="$(basename -- $in_file)" echo "Copying ${in_file} to s3 s3://${AWS_S3_BUCKET}/exes-to-sign/${id}.exe for signing" -aws s3 cp $in_file s3://$AWS_S3_BUCKET/exes-to-sign/$id.exe +aws s3 cp $in_file s3://$AWS_S3_BUCKET/exes-to-sign/$id.exe --no-progress for (( i=wait_time; i