You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/updating-agent.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,17 +3,15 @@
3
3
## Linux
4
4
5
5
Packer installs the `buildkite-agent` using the [`packer/linux/scripts/install-buildkite-agent.sh`](packer/linux/scripts/install-buildkite-agent.sh)
6
-
script.
6
+
script. Update the `AGENT_VERSION` variable in this file to
7
+
change which version is installed.
7
8
8
9
The agent binary is downloaded from download.buildkite.com.
9
10
10
-
Update the `AGENT_VERSION` variable to change which version is installed.
11
-
12
11
## Windows
13
12
14
13
Packer installs the `buildkite-agent` using the [`packer/windows/scripts/install-buildkite-agent.ps1`](packer/windows/scripts/install-buildkite-agent.ps1)
15
-
script.
14
+
script. Update the `AGENT_VERSION` variable in this file to
15
+
change which version is installed.
16
16
17
17
The agent binary is downloaded from download.buildkite.com.
18
-
19
-
Update the `AGENT_VERSION` variable to change which version is installed.
0 commit comments