Skip to content
Snippets Groups Projects
Commit cc6cb6e4 authored by Neda Moeini's avatar Neda Moeini
Browse files

Removed the import workflows from migrations.

parent 0310178a
Branches
Tags
1 merge request!158Removed the import workflows from migrations.
Pipeline #85652 failed
...@@ -36,12 +36,6 @@ new_workflows = [ ...@@ -36,12 +36,6 @@ new_workflows = [
"description": "Modify Site", "description": "Modify Site",
"product_type": "Site" "product_type": "Site"
}, },
{
"name": "import_site",
"target": "CREATE",
"description": "Import Site",
"product_type": "Site"
}
] ]
......
...@@ -30,12 +30,6 @@ new_workflows = [ ...@@ -30,12 +30,6 @@ new_workflows = [
"description": "Terminate IPtrunk", "description": "Terminate IPtrunk",
"product_type": "Iptrunk" "product_type": "Iptrunk"
}, },
{
"name": "import_iptrunk",
"target": "CREATE",
"description": "Import iptrunk",
"product_type": "Iptrunk"
},
{ {
"name": "migrate_iptrunk", "name": "migrate_iptrunk",
"target": "MODIFY", "target": "MODIFY",
......
...@@ -30,12 +30,6 @@ new_workflows = [ ...@@ -30,12 +30,6 @@ new_workflows = [
"description": "Terminate router", "description": "Terminate router",
"product_type": "Router" "product_type": "Router"
}, },
{
"name": "import_router",
"target": "CREATE",
"description": "Import router",
"product_type": "Router"
}
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment