Skip to content
Snippets Groups Projects

Cleanup env file

Merged Whitney Armstrong requested to merge env_cleanup into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -69,12 +69,13 @@ common:setup:
@@ -69,12 +69,13 @@ common:setup:
stage: config
stage: config
before_script:
before_script:
- |
- |
if [[ "${COMMON_BENCH_VERSION}" == "" ]] ; then
if [[ -z "${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
echo "COMMON_BENCH_VERSION=${COMMON_BENCH_VERSION}" >> .env
script:
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
- source setup/bin/env.sh && ./setup/bin/install_common.sh
common:detector:
common:detector:
Loading