Skip to content
Snippets Groups Projects

fix: default BEAMLINE_REPOSITORYURL to github

Merged Wouter Deconinck requested to merge default-BEAMLINE_REPOSITORYURL into master
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -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
Loading