Skip to content

datumforge/git-clone-buildkite-plugin

Build status

git-clone

A buildkite plugin which performs a git clone post-checkout

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - datumforge/git-clone#v1.0.0:
          repository: git@github.com:datumforge/git-clone-buiodkite-pluginn.git

Example with branch:

steps:
  - command: ls
    plugins:
      - datumforge/git-clone#v1.0.0:
        branch: mitb

Developing

Requires taskfile - task lint and task test to validate updates to the plugin