Skip to content

Commit 2047398

Browse files
committed
Move the download source for buildkite-agent to the top, shared across OSes
1 parent f26901c commit 2047398

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/updating-agent.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Updating the Agent
22

3-
The `buildkite-agent` is built in to the AMIs by the Packer build.
3+
The `buildkite-agent` is built in to the AMIs by the Packer build. The agent
4+
binary is downloaded from download.buildkite.com.
45

56
Once you have [released](https://github.com/buildkite/agent/blob/master/RELEASE.md) an updated
67
version of the agent, you can incorporate it into the Elastic CI Stack
@@ -20,12 +21,8 @@ example of updating the buildkite-agent.
2021
Update the `AGENT_VERSION` variable in [`packer/linux/scripts/install-buildkite-agent.sh`](packer/linux/scripts/install-buildkite-agent.sh)
2122
to change which version is installed during the Packer build for the Linux AMI.
2223

23-
The agent binary is downloaded from download.buildkite.com.
24-
2524
## Windows
2625

2726
Update the `AGENT_VERSION` variable in [`packer/windows/scripts/install-buildkite-agent.ps1`](packer/windows/scripts/install-buildkite-agent.ps1)
2827
to change which version is installed during the Packer build for the Windows
2928
AMI.
30-
31-
The agent binary is downloaded from download.buildkite.com.

0 commit comments

Comments
 (0)