Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Freva Ingest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
freva
Freva Ingest
Commits
d35923c8
Commit
d35923c8
authored
3 years ago
by
Brian Lewis
Browse files
Options
Downloads
Patches
Plain Diff
Fix expected config file name
parent
d8b96175
No related branches found
Branches containing commit
Tags
0.5.0
Tags containing commit
2 merge requests
!2
Ingest different DRS formats
,
!1
Ingest
Pipeline
#16265
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/evaluation_system.conf
+0
-0
0 additions, 0 deletions
.docker/evaluation_system.conf
freva-ingest/src/config.rs
+1
-1
1 addition, 1 deletion
freva-ingest/src/config.rs
with
1 addition
and
1 deletion
.docker/
fr
eva.conf
→
.docker/eva
luation_system
.conf
+
0
−
0
View file @
d35923c8
File moved
This diff is collapsed.
Click to expand it.
freva-ingest/src/config.rs
+
1
−
1
View file @
d35923c8
...
...
@@ -19,7 +19,7 @@ pub struct SolrConfig {
pub
core
:
String
,
}
const
CONFIG_NAME
:
&
str
=
"
fr
eva.conf"
;
const
CONFIG_NAME
:
&
str
=
"eva
luation_system
.conf"
;
const
DRS_CONFIG_NAME
:
&
str
=
"drs_config.toml"
;
const
EVAL_SYSTEM_KEY
:
&
str
=
"evaluation_system"
;
...
...
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