Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Merge requests
!152
Cleaning up env file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Cleaning up env file
cleanup_env_file
into
master
Overview
3
Commits
5
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Whitney Armstrong
requested to merge
cleanup_env_file
into
master
1 year ago
Overview
3
Commits
5
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
Needed to fix
common_bench!83 (merged)
0
0
Merge request reports
Compare
master
version 4
9c6b2c50
1 year ago
version 3
327e02d0
1 year ago
version 2
45b9e3f8
1 year ago
version 1
739a1554
1 year ago
master (base)
and
version 1
latest version
cfd1398f
5 commits,
1 year ago
version 4
9c6b2c50
4 commits,
1 year ago
version 3
327e02d0
3 commits,
1 year ago
version 2
45b9e3f8
2 commits,
1 year ago
version 1
739a1554
1 commit,
1 year ago
1 file
+
0
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
14
Options
@@ -89,31 +89,17 @@ common:setup:
echo "DETECTOR_VERSION = ${DETECTOR_VERSION}"
echo "DETECTOR_REPOSITORYURL = ${DETECTOR_REPOSITORYURL}"
echo "DETECTOR=$DETECTOR" >> juggler.env
echo "DETECTOR_CONFIG=$DETECTOR_CONFIG" >> juggler.env
echo "DETECTOR_VERSION=$DETECTOR_VERSION" >> juggler.env
echo "DETECTOR_REPOSITORYURL=$DETECTOR_REPOSITORYURL" >> juggler.env
echo "DETECTOR_DEPLOY_TOKEN_USERNAME=${DEPLOY_TOKEN_USERNAME}" >> juggler.env
echo "DETECTOR_DEPLOY_TOKEN_PASSWORD=${DEPLOY_TOKEN_PASSWORD}" >> juggler.env
echo "COMMON_BENCH_VERSION=$COMMON_BENCH_VERSION" >> juggler.env
else
if [[ "${DETECTOR}" == "" ]] ; then
export DETECTOR="epic"
fi
if [[ "${DETECTOR_CONFIG}" == "" ]] ; then
export DETECTOR_CONFIG="${DETECTOR}"
fi
if [[ "${DETECTOR_VERSION}" == "" ]] ; then
export DETECTOR_VERSION="main"
fi
if [[ "${DETECTOR_REPOSITORYURL}" == "" ]] ; then
export DETECTOR_REPOSITORYURL="https://github.com/eic/${DETECTOR}"
fi
echo "DETECTOR = ${DETECTOR}"
echo "DETECTOR_CONFIG = ${DETECTOR_CONFIG}"
echo "DETECTOR_VERSION = ${DETECTOR_VERSION}"
echo "DETECTOR_REPOSITORYURL = ${DETECTOR_REPOSITORYURL}"
echo "DETECTOR=$DETECTOR" >> juggler.env
echo "DETECTOR_CONFIG=$DETECTOR_CONFIG" >> juggler.env
echo "DETECTOR_VERSION=$DETECTOR_VERSION" >> juggler.env
echo "DETECTOR_REPOSITORYURL=$DETECTOR_REPOSITORYURL" >> juggler.env
echo "COMMON_BENCH_VERSION=$COMMON_BENCH_VERSION" >> juggler.env
Loading