File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ sudo mkdir -p /var/lib/buildkite-agent/.aws
1515sudo cp /tmp/conf/aws/config /var/lib/buildkite-agent/.aws/config
1616sudo chown -R buildkite-agent:buildkite-agent /var/lib/buildkite-agent/.aws
1717
18- AGENT_VERSION=3.107.2
18+ AGENT_VERSION=3.108.0
1919echo " Downloading buildkite-agent v${AGENT_VERSION} stable..."
2020sudo curl -Lsf -o /usr/bin/buildkite-agent-stable \
2121 " https://download.buildkite.com/agent/stable/${AGENT_VERSION} /buildkite-agent-linux-${ARCH} "
Original file line number Diff line number Diff line change 11# Stop script execution when a non-terminating error occurs
22$ErrorActionPreference = " Stop"
33
4- $AGENT_VERSION = " 3.107.2 "
4+ $AGENT_VERSION = " 3.108.0 "
55
66Write-Output " Creating bin dir..."
77if (-not (Test-Path C:\buildkite- agent\bin)) { New-Item - ItemType Directory - Path C:\buildkite- agent\bin - Force }
You can’t perform that action at this time.
0 commit comments