diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 251e3cd92cdd1bfa76c2657ced11400ced72f58b..f5c092986d18d088000c471eda131d143de0e371 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,13 @@ 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 + export COMMON_BENCH_VERSION="docs" + 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