Add settings for enable/disable hook
This commit is contained in:
parent
ba1df8bb48
commit
ece7fe061c
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,9 @@ aspect = "debug"
|
|||
[store.hooks.stdhook_git_update]
|
||||
aspect = "vcs"
|
||||
|
||||
# set to false to disable
|
||||
enabled = true
|
||||
|
||||
# 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.
|
||||
|
@ -69,6 +72,9 @@ message = "Update"
|
|||
[store.hooks.stdhook_git_delete]
|
||||
aspect = "vcs"
|
||||
|
||||
# set to false to disable
|
||||
enabled = true
|
||||
|
||||
# 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.
|
||||
|
|
Loading…
Reference in a new issue