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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
common_bench
Merge requests
!87
Revert "env.sh: handle DETECTOR_VERSION as it currently comes from the spack package"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Revert "env.sh: handle DETECTOR_VERSION as it currently comes from the spack package"
revert-ada1d7b5
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Revert "env.sh: handle DETECTOR_VERSION as it currently comes from the spack package"
Dmitry Kalinkin
requested to merge
revert-ada1d7b5
into
master
May 23, 2024
Overview
0
Commits
1
Pipelines
0
Changes
1
This reverts merge request
!86 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0c642140
1 commit,
May 23, 2024
1 file
+
1
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bin/env.sh
+
1
−
4
View file @ 0c642140
Edit in single-file editor
Open in Web IDE
Show full file
@@ -47,12 +47,9 @@ fi
@@ -47,12 +47,9 @@ fi
# export DETECTOR_CONFIG="${DETECTOR}_full"
# export DETECTOR_CONFIG="${DETECTOR}_full"
#fi
#fi
# main is the new master
if
[
!
-n
"
${
DETECTOR_VERSION
}
"
]
;
then
if
[
!
-n
"
${
DETECTOR_VERSION
}
"
]
;
then
export
DETECTOR_VERSION
=
"main"
export
DETECTOR_VERSION
=
"main"
else
# handle spack version spec format (e.g. git.fcf90937193c983c0af2acf1251e01f2e2c3a259=main)
DETECTOR_VERSION
=
${
DETECTOR_VERSION
##git.
}
export
DETECTOR_VERSION
=
${
DETECTOR_VERSION
%%=*
}
fi
fi
if
[
!
-n
"
${
DETECTOR_REPOSITORYURL
}
"
]
;
then
if
[
!
-n
"
${
DETECTOR_REPOSITORYURL
}
"
]
;
then
Loading