add hook option "dryrun"
This commit is contained in:
@@ -427,6 +427,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"help": "hook backend",
|
"help": "hook backend",
|
||||||
"type": str,
|
"type": str,
|
||||||
"internal": hook.INTERNAL_TYPES}),
|
"internal": hook.INTERNAL_TYPES}),
|
||||||
|
("dryrun", {
|
||||||
|
"value": "False",
|
||||||
|
"help": "dry-run (do not really trigger hook action)",
|
||||||
|
"type": bool}),
|
||||||
("rabbitmq_endpoint", {
|
("rabbitmq_endpoint", {
|
||||||
"value": "",
|
"value": "",
|
||||||
"help": "endpoint where rabbitmq server is running",
|
"help": "endpoint where rabbitmq server is running",
|
||||||
|
|||||||
Reference in New Issue
Block a user