-dj
This commit is contained in:
parent
d0a086eefa
commit
57493087db
|
@ -95,6 +95,6 @@ class BuildList < ActiveRecord::Base
|
||||||
self.status = BUILD_PENDING if self.status == 0
|
self.status = BUILD_PENDING if self.status == 0
|
||||||
save
|
save
|
||||||
end
|
end
|
||||||
handle_asynchronously :place_build
|
#handle_asynchronously :place_build
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue