A Buildkite plugin to skip Buildkite's default checkout step for jobs that don't need a code checkout until repository-less builds land in the Buildkite agent.
Optionally sets the checkout directory to a specified path.
steps:
- plugins:
- thedyrt/skip-checkout#v0.1.1: ~
steps:
- plugins:
- thedyrt/skip-checkout#v0.1.1:
cd: /mnt/data
To run the tests of this plugin, run
docker-compose run --rm tests
MIT (see LICENSE)