feat: remove block_bridge_dnsc
no longer used
This commit is contained in:
parent
5c0170bdef
commit
9674cb4293
4 changed files with 14 additions and 59 deletions
|
@ -13,7 +13,6 @@ 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
|
||||
from app.terraform.block.bridge_roskomsvoboda import BlockBridgeRoskomsvobodaAutomation
|
||||
|
@ -47,7 +46,6 @@ jobs = {
|
|||
x.short_name: x # type: ignore[attr-defined]
|
||||
for x in [
|
||||
# Check for blocked resources first
|
||||
BlockBridgeDnscAutomation,
|
||||
BlockBridgeGitHubAutomation,
|
||||
BlockBridgeGitlabAutomation,
|
||||
BlockBridgeRoskomsvobodaAutomation,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue