Skip to content

Commit 9fd2e3f

Browse files
authored
Merge pull request #1049 from buildkite/db/agent-update-3.39.0
Bump buildkite-agent to v3.39.0
2 parents 8d3b367 + 9af6479 commit 9fd2e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packer/linux/scripts/install-buildkite-agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -eu -o pipefail
33

4-
AGENT_VERSION=3.38.0
4+
AGENT_VERSION=3.39.0
55

66
MACHINE="$(uname -m)"
77

packer/windows/scripts/install-buildkite-agent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$AGENT_VERSION = "3.38.0"
4+
$AGENT_VERSION = "3.39.0"
55

66
Write-Output "Creating bin dir..."
77
New-Item -ItemType directory -Path C:\buildkite-agent\bin

0 commit comments

Comments
 (0)