Sets --depth
flag for git-clone and git-fetch commands.
Add the following to your pipeline.yml
:
steps:
- command: buildkite-agent pipeline upload
plugins:
- peakon/git-shallow-clone#v0.0.1:
depth: 1
Shallow clone --depth
(default = 1).
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