Skip to content

Instantly share code, notes, and snippets.

@rfay
Last active March 13, 2021 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfay/07f7984dd0589888fa252762454ec363 to your computer and use it in GitHub Desktop.
Save rfay/07f7984dd0589888fa252762454ec363 to your computer and use it in GitHub Desktop.
Update windows buildkite-agent
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