Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BUILDKITE_GIT_CLEAN_FLAGS #270

Merged
merged 2 commits into from Mar 17, 2016
Merged

Add BUILDKITE_GIT_CLEAN_FLAGS #270

merged 2 commits into from Mar 17, 2016

Commits on Mar 17, 2016

  1. bootstrap: Make "git clean" behavior configurable

    The default `git clean` flags are `-fdq`. It's useful to be able to
    configure this. For example, `-x` can be used to remove gitignore'd
    files. Or `-e` can be used to exclude specific directories.
    
    Introduce an environment variable `BUILDKITE_GIT_CLEAN_FLAGS` to
    control this behavior. This can then be set in an `environment` hook.
    
    Closes #173
    grosskur authored and toolmantim committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    557ed33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372dc61 View commit details
    Browse the repository at this point in the history