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 2060da9 commit 639eb41Copy full SHA for 639eb41
packer/windows/scripts/install-s3secrets-helper.ps1
@@ -5,5 +5,5 @@ $S3_SECRETS_HELPER_VERSION = "2.1.1"
5
6
Write-Output "Downloading s3-secrets-helper v${S3_SECRETS_HELPER_VERSION}..."
7
Invoke-WebRequest -OutFile C:\buildkite-agent\bin\s3secrets-helper.exe -Uri "https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION}/s3secrets-helper-windows-amd64"
8
-s3-secrets-helper.exe
+s3secrets-helper.exe
9
If ($lastexitcode -ne 0) { Exit $lastexitcode }
0 commit comments