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

Added COMMON_BENCH_VERSION

parent bf1a2ec1
No related branches found
No related tags found
1 merge request!59Added COMMON_BENCH_VERSION
......@@ -28,7 +28,12 @@ stages:
common:setup:
stage: config
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:
- 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.
Please register or to comment