Skip to content

Commit

Permalink
Merge pull request #1165 from buildkite/triarius/bump-agent-3.50.3
Browse files Browse the repository at this point in the history
Bump buildkite-agent to v3.50.3
  • Loading branch information
moskyb authored Jul 24, 2023
2 parents fb6a477 + 8cc2a11 commit 3efd3e8
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
Expand Up @@ -11,7 +11,7 @@ echo "Creating buildkite-agent user and group..."
sudo useradd --base-dir /var/lib --uid 2000 buildkite-agent
sudo usermod -a -G docker buildkite-agent

AGENT_VERSION=3.50.2
AGENT_VERSION=3.50.3
echo "Downloading buildkite-agent v${AGENT_VERSION} stable..."
sudo curl -Lsf -o /usr/bin/buildkite-agent-stable \
"https://download.buildkite.com/agent/stable/${AGENT_VERSION}/buildkite-agent-linux-${ARCH}"
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.50.2"
$AGENT_VERSION = "3.50.3"

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

0 comments on commit 3efd3e8

Please sign in to comment.