Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Plugin to set BUILDKITE_GIT_CLONE_FLAGS & BUILDKITE_GIT_FETCH_FLAGS

Notifications You must be signed in to change notification settings

Hivebrite/git-flags-buildkite-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git flags Buildkite Plugin

Sets the Buildkite git flags for the current build.

Example

Add the following to your pipeline.yml:

steps:
  - command: ls
    plugins:
      - Hivebrite/git-flags#v0.0.1:
          clone: "--all"
          fetch: "--all"

Configuration

clone (Optional, string)

Git clone flags, for example --all. Supports any pattern supported by git clone.

fetch (Optional, string)

Git fetch flags, for example --all. Supports any pattern supported by git fetch.

Developing

To run the tests:

docker-compose run --rm tests

Contributing

  1. Fork the repo
  2. Make the changes
  3. Run the tests
  4. Commit and push your changes
  5. Send a pull request

About

Plugin to set BUILDKITE_GIT_CLONE_FLAGS & BUILDKITE_GIT_FETCH_FLAGS

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages