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

Cleanup env file

parent 8bba950e
No related branches found
No related tags found
1 merge request!312Cleanup env file
......@@ -69,12 +69,13 @@ common:setup:
stage: config
before_script:
- |
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
if [[ -z "${COMMON_BENCH_VERSION}" ]] ; then
export COMMON_BENCH_VERSION="master"
fi
echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
echo "COMMON_BENCH_VERSION=${COMMON_BENCH_VERSION}" >> .env
script:
- git clone -b "${COMMON_BENCH_VERSION}" https://eicweb.phy.anl.gov/EIC/benchmarks/common_bench.git setup
- source setup/bin/env.sh && ./setup/bin/install_common.sh
common:detector:
......
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