Skip to content
Snippets Groups Projects
Commit a9174f0b authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added COMMON_BENCH_VERSION

parent bf1a2ec1
Branches v24.09-stable
Tags v24.09.0-stable
1 merge request!59Added COMMON_BENCH_VERSION
...@@ -28,7 +28,12 @@ stages: ...@@ -28,7 +28,12 @@ stages:
common:setup: common:setup:
stage: config stage: config
before_script: before_script:
- git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup - |
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
export COMMON_BENCH_VERSION="master"
fi
echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script: script:
- source setup/bin/env.sh && ./setup/bin/install_common.sh - source setup/bin/env.sh && ./setup/bin/install_common.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment