mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 22:56:21 -05:00
36 lines
691 B
TOML
36 lines
691 B
TOML
[[procedure]]
|
|
name = "build-monitor"
|
|
description = ""
|
|
tags = ["monitor"]
|
|
|
|
[procedure.config]
|
|
procedure_type = "Parallel"
|
|
webhook_enabled = true
|
|
|
|
[[procedure.config.executions]]
|
|
enabled = true
|
|
|
|
[procedure.config.executions.execution]
|
|
type = "RunBuild"
|
|
|
|
[procedure.config.executions.execution.params]
|
|
build = "monitor_core"
|
|
|
|
[[procedure.config.executions]]
|
|
enabled = true
|
|
|
|
[procedure.config.executions.execution]
|
|
type = "RunBuild"
|
|
|
|
[procedure.config.executions.execution.params]
|
|
build = "monitor_frontend"
|
|
|
|
[[procedure.config.executions]]
|
|
enabled = false
|
|
|
|
[procedure.config.executions.execution]
|
|
type = "RunBuild"
|
|
|
|
[procedure.config.executions.execution.params]
|
|
build = "monitor_frontend_dev"
|