Skip to content

Commit

Permalink
debug statement. REVERT LATER
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Jun 19, 2024
1 parent 3ca2073 commit 2893618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildtools/sign_files.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Begin

$retryCount = 0
do {
Write-Host "Fetching object from signed bucket: ", $key-$jobId
aws s3api get-object --bucket $signedS3bucket --key $key-$jobId $file
$retryCount++
} while ($LASTEXITCODE -ne 0 -and $retryCount -le $maxRetryCount)
Expand Down

0 comments on commit 2893618

Please sign in to comment.