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
No related branches found
No related tags found
1 merge request!57fix: default BEAMLINE_REPOSITORYURL to github
...@@ -75,8 +75,6 @@ detector_benchmarks: ...@@ -75,8 +75,6 @@ detector_benchmarks:
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"' - if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov"'
needs: ["common:variables"] needs: ["common:variables"]
variables: variables:
DETECTOR: "epic"
DETECTOR_CONFIG: "epic"
COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION" COMMON_BENCH_VERSION: "$COMMON_BENCH_VERSION"
trigger: trigger:
project: EIC/benchmarks/detector_benchmarks project: EIC/benchmarks/detector_benchmarks
......
...@@ -41,6 +41,10 @@ if [ ! -n "${BEAMLINE_CONFIG_VERSION}" ] ; then ...@@ -41,6 +41,10 @@ if [ ! -n "${BEAMLINE_CONFIG_VERSION}" ] ; then
export BEAMLINE_CONFIG_VERSION="master" export BEAMLINE_CONFIG_VERSION="master"
fi 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 ## Detector package to be used during the benchmark process
if [ ! -n "${DETECTOR}" ] ; then 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