Remove unused config sections
This commit is contained in:
parent
e1177717ee
commit
ba1df8bb48
1 changed files with 0 additions and 28 deletions
28
imagrc.toml
28
imagrc.toml
|
@ -38,34 +38,6 @@ mutable_hooks = false
|
||||||
[store.hooks.stdhook_debug]
|
[store.hooks.stdhook_debug]
|
||||||
aspect = "debug"
|
aspect = "debug"
|
||||||
|
|
||||||
[store.hooks.stdhook_git_create]
|
|
||||||
aspect = "vcs"
|
|
||||||
|
|
||||||
# Fail if the repository cannot be opened. If this is set to `false`, the error
|
|
||||||
# will be printed, but will not abort the store operation. `true` will print the
|
|
||||||
# error and abort the store action.
|
|
||||||
abort_on_repo_init_failure = true
|
|
||||||
|
|
||||||
# Ensure to be on this branche before doing anything.
|
|
||||||
ensure_branch = "refs/heads/master"
|
|
||||||
|
|
||||||
# Try to checkout the ensure_branch if it isn't checked out
|
|
||||||
try_checkout_ensure_branch = true
|
|
||||||
|
|
||||||
[store.hooks.stdhook_git_retrieve]
|
|
||||||
aspect = "vcs"
|
|
||||||
|
|
||||||
# Fail if the repository cannot be opened. If this is set to `false`, the error
|
|
||||||
# will be printed, but will not abort the store operation. `true` will print the
|
|
||||||
# error and abort the store action.
|
|
||||||
abort_on_repo_init_failure = true
|
|
||||||
|
|
||||||
# Ensure to be on this branche before doing anything.
|
|
||||||
ensure_branch = "refs/heads/master"
|
|
||||||
|
|
||||||
# Try to checkout the ensure_branch if it isn't checked out
|
|
||||||
try_checkout_ensure_branch = true
|
|
||||||
|
|
||||||
[store.hooks.stdhook_git_update]
|
[store.hooks.stdhook_git_update]
|
||||||
aspect = "vcs"
|
aspect = "vcs"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue