Last active
March 13, 2021 19:08
-
-
Save rfay/07f7984dd0589888fa252762454ec363 to your computer and use it in GitHub Desktop.
Update windows buildkite-agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VERSION=$(curl -fsSL -H 'Accept: application/json' https://github.com/buildkite/agent/releases/latest | jq -r .tag_name | sed 's/v//g') && curl -fL https://github.com/buildkite/agent/releases/download/v${VERSION}/buildkite-agent-windows-amd64-${VERSION}.zip -o ~/Downloads/buildkite-agent.zip && cd /c/buildkite-agent/bin && unzip ~/Downloads/buildkite-agent.zip buildkite-agent.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment