Fixed: undefined method now_publish_into_testing for BuildList
This commit is contained in:
parent
4d03dc959b
commit
4c8dfc196b
|
@ -24,7 +24,7 @@ module AbfWorker
|
||||||
if subject.can_auto_publish?
|
if subject.can_auto_publish?
|
||||||
subject.now_publish
|
subject.now_publish
|
||||||
elsif subject.auto_publish_into_testing?
|
elsif subject.auto_publish_into_testing?
|
||||||
subject.now_publish_into_testing
|
subject.publish_into_testing
|
||||||
end
|
end
|
||||||
when FAILED
|
when FAILED
|
||||||
subject.build_error
|
subject.build_error
|
||||||
|
|
Loading…
Reference in New Issue