Skip to content

Conversation

kundansdere
Copy link

@kundansdere kundansdere commented Mar 7, 2020

Added Ignore filename option,
ignore_file_name is a repo-level option that, when set to true the file name would be omitted from the prefix.
Usage example :

{
  "version": "1.0",
  "repos" : [{
    "name" : "sample_configuration",
    "url" : "https://github.com/ryanbreen/git2consul_data.git",
    "ignore_file_extension" : true,
    "ignore_file_name" : true,
    "branches" : ["dev"],
    "hooks": [{
      "type" : "polling",
      "interval" : "1"
    }]
  }]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants