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

Updated common bench to use COMMON_BENCH_VERSION

parent c62779e1
No related branches found
No related tags found
1 merge request!61Updated common bench to use COMMON_BENCH_VERSION
......@@ -37,7 +37,11 @@ stages:
common:setup:
stage: config
before_script:
- git clone https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
- |
if [[ -z "${COMMON_BENCH_VERSION}" ]] ; then
export COMMON_BENCH_VERSION="master"
fi
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script:
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
......
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