Skip to content
Snippets Groups Projects

common bench

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -41,8 +41,8 @@ common:setup:
@@ -41,8 +41,8 @@ common:setup:
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
export COMMON_BENCH_VERSION="master"
export COMMON_BENCH_VERSION="master"
fi
fi
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:
- |
- |
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
if [[ "x${CI_PIPELINE_SOURCE}" == "xmerge_request_event" || "$CI_COMMIT_BRANCH" == "master" ]]; then
Loading