Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common_bench
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
common_bench
Merge requests
!48
Merge master into feature branch
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Merge master into feature branch
master
into
wdconinc-master-patch-80034
Overview
0
Commits
3
Pipelines
0
Changes
5
Closed
Wouter Deconinck
requested to merge
master
into
wdconinc-master-patch-80034
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
wdconinc-master-patch-80034
wdconinc-master-patch-80034 (base)
and
latest version
latest version
ba25b06c
3 commits,
2 years ago
5 files
+
19
−
13
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bin/build_detector.sh
+
3
−
0
Options
@@ -43,6 +43,9 @@ fi
echo
"git clone -b
${
JUGGLER_DETECTOR_VERSION
}
--depth 1 https://eicweb.phy.anl.gov/EIC/detectors/
${
JUGGLER_DETECTOR
}
.git"
git clone
-b
${
JUGGLER_DETECTOR_VERSION
}
--depth
1 https://
${
DEPLOY_TOKEN
}
eicweb.phy.anl.gov/EIC/detectors/
${
JUGGLER_DETECTOR
}
.git
[[
"
$?
"
==
"0"
]]
||
exit
1
if
[
-f
"
${
JUGGLER_DETECTOR
}
/requirements.txt"
]
;
then
python
-m
pip
install
-r
${
JUGGLER_DETECTOR
}
/requirements.txt
fi
rm
-rf
"
${
JUGGLER_DETECTOR
}
/.git"
## We need an up-to-date copy of the detector
Loading