Skips the checkout in a Buildkite step, by setting BUILDKITE_REPO to an empty string.
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- cultureamp/skip-checkout#v1.0.0: ~
This plugin requires no configuration.
To run the tests:
docker-compose run --rm tests
To run the linter:
docker-compose run --rm lint
To run shellcheck:
docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable hooks/**
- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request