Remove subject check in publish observer
This commit is contained in:
parent
82f35228c8
commit
ad073d2e39
|
@ -4,7 +4,6 @@ module AbfWorker
|
|||
|
||||
def real_perform
|
||||
@subject_class = BuildList
|
||||
return if !subject
|
||||
return if status == STARTED # do nothing when publication started
|
||||
extra = options['extra']
|
||||
repository_status = RepositoryStatus.where(id: extra['repository_status_id']).first
|
||||
|
|
Loading…
Reference in New Issue