Skip to content

thedyrt/skip-checkout-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Skips the default Buildkite and optionally changes to a specified directory

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages