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

Using COMMON_BENCH_VERSION

parent a744f845
No related branches found
No related tags found
1 merge request!138Using COMMON_BENCH_VERSION
......@@ -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
......
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