Skip to content
Snippets Groups Projects
Commit 16e7e8e7 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 10bf21ea
No related branches found
No related tags found
1 merge request!9add functions updating build status in db
Pipeline #2281368 passed
......@@ -281,8 +281,6 @@ class Database:
doc["build"] = {}
if platform not in doc["build"]:
doc["build"][platform] = {}
elif project.name not in doc["build"][platform]:
doc["build"][platform][project.name] = {}
previous = doc["build"][platform].get(project.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment