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.
2 parents 25b2a0f + 256d890 commit 509802dCopy full SHA for 509802d
packer/linux/scripts/install-buildkite-agent.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -eu -o pipefail
3
4
-AGENT_VERSION=3.33.3
+AGENT_VERSION=3.34.0
5
6
MACHINE="$(uname -m)"
7
packer/windows/scripts/install-buildkite-agent.ps1
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"
-$AGENT_VERSION = "3.33.3"
+$AGENT_VERSION = "3.34.0"
Write-Output "Creating bin dir..."
New-Item -ItemType directory -Path C:\buildkite-agent\bin
0 commit comments