feat: new block plugin for blocky
This commit is contained in:
parent
acfa81e3ba
commit
779d5cb8d2
4 changed files with 100 additions and 8 deletions
|
@ -12,6 +12,7 @@ from app.extensions import db
|
|||
from app.models.activity import Activity
|
||||
from app.models.automation import Automation, AutomationState, AutomationLogs
|
||||
from app.terraform import BaseAutomation
|
||||
from app.terraform.block.block_blocky import BlockBlockyAutomation
|
||||
from app.terraform.block.bridge_dnsc import BlockBridgeDnscAutomation
|
||||
from app.terraform.block.bridge_github import BlockBridgeGitHubAutomation
|
||||
from app.terraform.block.bridge_gitlab import BlockBridgeGitlabAutomation
|
||||
|
@ -51,6 +52,7 @@ jobs = {
|
|||
BlockBridgeGitlabAutomation,
|
||||
BlockBridgeRoskomsvobodaAutomation,
|
||||
BlockBridgeScriptzteamAutomation,
|
||||
BlockBlockyAutomation,
|
||||
BlockExternalAutomation,
|
||||
BlockOONIAutomation,
|
||||
BlockRoskomsvobodaAutomation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue