File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "Installing fix-buildkite-agent-builds-permissions..."
15
15
sudo chmod +x " /tmp/build/fix-perms-linux-${ARCH} "
16
16
sudo mv " /tmp/build/fix-perms-linux-${ARCH} " /usr/bin/fix-buildkite-agent-builds-permissions
17
17
18
- S3_SECRETS_HELPER_VERSION=2.2 .0
18
+ S3_SECRETS_HELPER_VERSION=2.5 .0
19
19
echo " Downloading s3-secrets-helper ${S3_SECRETS_HELPER_VERSION} ..."
20
20
sudo curl -Lsf -o /usr/local/bin/s3secrets-helper \
21
21
" https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/releases/download/v${S3_SECRETS_HELPER_VERSION} /s3secrets-helper-linux-${ARCH} "
Original file line number Diff line number Diff line change 1
1
# Stop script execution when a non-terminating error occurs
2
2
$ErrorActionPreference = " Stop"
3
3
4
- $S3_SECRETS_HELPER_VERSION = " 2.2 .0"
4
+ $S3_SECRETS_HELPER_VERSION = " 2.5 .0"
5
5
6
6
Write-Output " Downloading s3-secrets-helper v${S3_SECRETS_HELPER_VERSION} ..."
7
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"
You can’t perform that action at this time.
0 commit comments