A minimal Buildkite plugin that allows you to control git clone, fetch, and clean flags during checkout.
steps:
  - command: make test
    plugins:
      - envato/git-checkout-flags#v1.0.0:
          clone: "<clone-flags>"
          fetch: "<fetch-flags>"Flags to pass to git clone. Sets BUILDKITE_GIT_CLONE_FLAGS.
Flags to pass to git fetch. Sets BUILDKITE_GIT_FETCH_FLAGS.
Flags to pass to git clean. Sets BUILDKITE_GIT_CLEAN_FLAGS.
To run the tests:
make testTo run linting:
make lintMIT (see LICENSE)