Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lb-nightly-db
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb Core Software
Nightly Builds
lb-nightly-db
Commits
16e7e8e7
Commit
16e7e8e7
authored
4 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
10bf21ea
No related branches found
No related tags found
1 merge request
!9
add functions updating build status in db
Pipeline
#2281368
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lb/nightly/db/database.py
+0
-2
0 additions, 2 deletions
lb/nightly/db/database.py
with
0 additions
and
2 deletions
lb/nightly/db/database.py
+
0
−
2
View file @
16e7e8e7
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment