Built-in git checkout may cover this use case
Buildkite now supports checkout customization directly in pipeline YAML, including skip checkout, shallow clones, sparse checkout, custom Git flags, SSH checkout secrets, and commit verification. For most checkout use cases, try the built-in configuration before adding this plugin. View git checkout configuration .
run-without-clone-buildkite-plugin
Buildkite plugin to skip git clone before running a command
Usage
steps:
- command: 'echo hi'
plugins:
- 'uber-workflow/run-without-clone':