datumforge / git-clone-buildkite-plugin

a buildkite plugin to perform git cloning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a buildkite plugin to perform git cloning

License:Apache License 2.0


Languages

Language:Shell 100.0%