mirror of
https://github.com/lubuntu-team/ci-tooling.git
synced 2025-05-20 13:21:29 +00:00
Don't add a conditional, just add the job.
This commit is contained in:
parent
f32f5dcea3
commit
fec50ac982
@ -228,8 +228,6 @@ class Generator:
|
||||
else:
|
||||
view = server.views.create(view)
|
||||
|
||||
# Only add to the view if it's not already in there
|
||||
if not name in server.views[view]:
|
||||
view.add_job(name)
|
||||
|
||||
@timer.run("Master function loop")
|
||||
|
Loading…
x
Reference in New Issue
Block a user