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
No related branches found
No related tags found
1 merge request!158Removed the import workflows from migrations.
Pipeline #85652 failed
......@@ -36,12 +36,6 @@ new_workflows = [
"description": "Modify Site",
"product_type": "Site"
},
{
"name": "import_site",
"target": "CREATE",
"description": "Import Site",
"product_type": "Site"
}
]
......
......@@ -30,12 +30,6 @@ new_workflows = [
"description": "Terminate IPtrunk",
"product_type": "Iptrunk"
},
{
"name": "import_iptrunk",
"target": "CREATE",
"description": "Import iptrunk",
"product_type": "Iptrunk"
},
{
"name": "migrate_iptrunk",
"target": "MODIFY",
......
......@@ -30,12 +30,6 @@ new_workflows = [
"description": "Terminate 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.
Finish editing this message first!
Please register or to comment