Skip to content
Snippets Groups Projects
Commit 40ac26d1 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: default BEAMLINE_REPOSITORYURL to github

parent b0244e98
Branches
No related tags found
1 merge request!57fix: default BEAMLINE_REPOSITORYURL to github
......@@ -75,8 +75,6 @@ detector_benchmarks:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs: ["common:variables"]
variables:
DETECTOR: "epic"
DETECTOR_CONFIG: "epic"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger:
project: EIC/benchmarks/detector_benchmarks
......
......@@ -41,6 +41,10 @@ if [ ! -n "${BEAMLINE_CONFIG_VERSION}" ] ; then
export BEAMLINE_CONFIG_VERSION="master"
fi
if [ ! -n "${BEAMLINE_REPOSITORYURL}" ] ; then
export BEAMLINE_REPOSITORYURL="https://github.com/eic/${BEAMLINE_CONFIG}.git"
fi
## Detector package to be used during the benchmark process
if [ ! -n "${DETECTOR}" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment