Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
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
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Merge requests
!44
Resolve "Fix detector build"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Fix detector build"
15-fix-detector-build
into
master
Overview
0
Commits
8
Pipelines
0
Changes
3
Merged
Resolve "Fix detector build"
Sylvester Joosten
requested to merge
15-fix-detector-build
into
master
Apr 21, 2021
Overview
0
Commits
8
Pipelines
0
Changes
3
Closes
#15 (closed)
Edited
Apr 21, 2021
by
Sylvester Joosten
0
0
Merge request reports
Compare
master
version 7
7268947b
Apr 21, 2021
version 6
c4501732
Apr 21, 2021
version 5
6d41001d
Apr 21, 2021
version 4
568f3088
Apr 21, 2021
version 3
e6d4bfdd
Apr 21, 2021
version 2
292946b5
Apr 21, 2021
version 1
87ffd3e7
Apr 21, 2021
master (base)
and
latest version
latest version
74cefa25
8 commits,
Apr 21, 2021
version 7
7268947b
7 commits,
Apr 21, 2021
version 6
c4501732
6 commits,
Apr 21, 2021
version 5
6d41001d
5 commits,
Apr 21, 2021
version 4
568f3088
4 commits,
Apr 21, 2021
version 3
e6d4bfdd
3 commits,
Apr 21, 2021
version 2
292946b5
2 commits,
Apr 21, 2021
version 1
87ffd3e7
1 commit,
Apr 21, 2021
3 files
+
27
−
19
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
options/env.sh
+
1
−
1
View file @ 74cefa25
Edit in single-file editor
Open in Web IDE
Show full file
@@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
@@ -34,7 +34,7 @@ if [ ! -n "${JUGGLER_DETECTOR}" ] ; then
fi
fi
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
if
[
!
-n
"
${
JUGGLER_DETECTOR_VERSION
}
"
]
;
then
export
JUGGLER_DETECTOR_VERSION
=
"
v0.0.1
"
export
JUGGLER_DETECTOR_VERSION
=
"
master
"
fi
fi
Loading