Skip to content

Commit 3b6834e

Browse files
author
James Healy
authored
Merge pull request #827 from buildkite/bump-agent
bump agent from 3.27.0 to 3.29.0
2 parents 14d9827 + a74a8fa commit 3b6834e

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.27.0
4+
AGENT_VERSION=3.29.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.27.0"
4+
$AGENT_VERSION = "3.29.0"
55

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

0 commit comments

Comments
 (0)