File tree 2 files changed +2
-2
lines changed
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
15
15
sudo cp /tmp/conf/aws/config /var/lib/buildkite-agent/.aws/config
16
16
sudo chown -R buildkite-agent:buildkite-agent /var/lib/buildkite-agent/.aws
17
17
18
- AGENT_VERSION=3.93.1
18
+ AGENT_VERSION=3.94.0
19
19
echo " Downloading buildkite-agent v${AGENT_VERSION} stable..."
20
20
sudo curl -Lsf -o /usr/bin/buildkite-agent-stable \
21
21
" https://download.buildkite.com/agent/stable/${AGENT_VERSION} /buildkite-agent-linux-${ARCH} "
Original file line number Diff line number Diff line change 1
1
# Stop script execution when a non-terminating error occurs
2
2
$ErrorActionPreference = " Stop"
3
3
4
- $AGENT_VERSION = " 3.93.1 "
4
+ $AGENT_VERSION = " 3.94.0 "
5
5
6
6
Write-Output " Creating bin dir..."
7
7
New-Item - ItemType directory - Path C:\buildkite- agent\bin
You can’t perform that action at this time.
0 commit comments