We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d5594 commit f15a7ceCopy full SHA for f15a7ce
packer/linux/scripts/install-buildkite-agent.sh
@@ -15,7 +15,7 @@ sudo mkdir -p /var/lib/buildkite-agent/.aws
15
sudo cp /tmp/conf/aws/config /var/lib/buildkite-agent/.aws/config
16
sudo chown -R buildkite-agent:buildkite-agent /var/lib/buildkite-agent/.aws
17
18
-AGENT_VERSION=3.93.1
+AGENT_VERSION=3.94.0
19
echo "Downloading buildkite-agent v${AGENT_VERSION} stable..."
20
sudo curl -Lsf -o /usr/bin/buildkite-agent-stable \
21
"https://download.buildkite.com/agent/stable/${AGENT_VERSION}/buildkite-agent-linux-${ARCH}"
0 commit comments