Sets the Buildkite git flags for the current build.
Add the following to your pipeline.yml
:
steps:
- command: ls
plugins:
- Hivebrite/git-flags#v0.0.1:
clone: "--all"
fetch: "--all"
Git clone flags, for example --all
. Supports any pattern supported by git clone.
Git fetch flags, for example --all
. Supports any pattern supported by git fetch.
To run the tests:
docker-compose run --rm tests
- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request