remove unnecessary statuses
This commit is contained in:
parent
87ab1ea803
commit
4daca143bd
|
@ -24,8 +24,6 @@ namespace :new_core do
|
||||||
BuildList.where(:mass_build_id => 73).
|
BuildList.where(:mass_build_id => 73).
|
||||||
where(:status => [
|
where(:status => [
|
||||||
BuildServer::SUCCESS,
|
BuildServer::SUCCESS,
|
||||||
BuildList::BUILD_PUBLISHED,
|
|
||||||
BuildList::BUILD_PUBLISH,
|
|
||||||
BuildList::FAILED_PUBLISH
|
BuildList::FAILED_PUBLISH
|
||||||
]).
|
]).
|
||||||
order(:id).
|
order(:id).
|
||||||
|
|
Loading…
Reference in New Issue