From 0eed030639d9fb795fcb9239c38df54de23ae51d Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 24 Jul 2021 21:47:34 -0500 Subject: [PATCH] Fixed the COMMON_BRANCH_VERSION --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae65151b..13f7dd37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,6 @@ common:setup: if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then export COMMON_BENCH_VERSION="master" fi - export COMMON_BENCH_VERSION="docs" # temporary 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: -- GitLab