Skip to content

Commit

Permalink
Merge pull request #1040 from buildkite/agent-3-38
Browse files Browse the repository at this point in the history
Bump buildkite-agent to v3.38.0
  • Loading branch information
moskyb authored Jul 22, 2022
2 parents 67d69de + ffa5e98 commit 325544b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/linux/scripts/install-buildkite-agent.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu -o pipefail

AGENT_VERSION=3.37.0
AGENT_VERSION=3.38.0

MACHINE="$(uname -m)"

Expand Down
2 changes: 1 addition & 1 deletion packer/windows/scripts/install-buildkite-agent.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Stop script execution when a non-terminating error occurs
$ErrorActionPreference = "Stop"

$AGENT_VERSION = "3.37.0"
$AGENT_VERSION = "3.38.0"

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

0 comments on commit 325544b

Please sign in to comment.