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

Fixed the COMMON_BRANCH_VERSION

parent b81ff461
No related branches found
No related tags found
1 merge request!61Fixed the COMMON_BENCH_VERSION
...@@ -32,7 +32,6 @@ common:setup: ...@@ -32,7 +32,6 @@ common:setup:
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
export COMMON_BENCH_VERSION="master" export COMMON_BENCH_VERSION="master"
fi fi
export COMMON_BENCH_VERSION="docs" # temporary
echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}" echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
script: script:
......
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