Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 659 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 659 Bytes

Skip Checkout Buildkite Plugin

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.

Example

steps:
  - plugins:
      - thedyrt/skip-checkout#v0.1.1: ~
steps:
  - plugins:
      - thedyrt/skip-checkout#v0.1.1:
          cd: /mnt/data

Tests

To run the tests of this plugin, run

docker-compose run --rm tests

License

MIT (see LICENSE)