Skip to content
Snippets Groups Projects
Commit c7da6560 authored by Andy Yates's avatar Andy Yates
Browse files

ENSCORESW-125. No DB types needed

parent fcd93104
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,7 @@ sub pipeline_wide_parameters {
return {
%{ $self->SUPER::pipeline_wide_parameters() }, # inherit other stuff from the base class
base_path => $self->o('base_path'),
db_types => $self->o('db_types'),
base_path => $self->o('base_path'),
release => $self->o('release'),
};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment