Skip to content
Snippets Groups Projects

Remove testing configuration

Merged Whitney Armstrong requested to merge cb_fix into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
@@ -34,7 +34,6 @@ common:setup:
@@ -34,7 +34,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"
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:
Loading