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 f15a7ce commit 26ee601Copy full SHA for 26ee601
packer/windows/scripts/install-buildkite-agent.ps1
@@ -1,7 +1,7 @@
1
# Stop script execution when a non-terminating error occurs
2
$ErrorActionPreference = "Stop"
3
4
-$AGENT_VERSION = "3.93.1"
+$AGENT_VERSION = "3.94.0"
5
6
Write-Output "Creating bin dir..."
7
New-Item -ItemType directory -Path C:\buildkite-agent\bin
0 commit comments