parent
a743788dcf
commit
1233d8998a
2 changed files with 21 additions and 0 deletions
|
@ -12,6 +12,7 @@ from app.terraform import BaseAutomation
|
|||
from app.terraform.block.bridge_dnsc import BlockBridgeDnscAutomation
|
||||
from app.terraform.block.bridge_github import BlockBridgeGitHubAutomation
|
||||
from app.terraform.block.bridge_gitlab import BlockBridgeGitlabAutomation
|
||||
from app.terraform.block.bridge_roskomsvoboda import BlockBridgeRoskomsvobodaAutomation
|
||||
from app.terraform.block_external import BlockExternalAutomation
|
||||
from app.terraform.block_ooni import BlockOONIAutomation
|
||||
from app.terraform.block_roskomsvoboda import BlockRoskomsvobodaAutomation
|
||||
|
@ -45,6 +46,7 @@ jobs = {
|
|||
BlockBridgeDnscAutomation,
|
||||
BlockBridgeGitHubAutomation,
|
||||
BlockBridgeGitlabAutomation,
|
||||
BlockBridgeRoskomsvobodaAutomation,
|
||||
BlockExternalAutomation,
|
||||
BlockOONIAutomation,
|
||||
BlockRoskomsvobodaAutomation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue