Skip to content
Snippets Groups Projects

Merge master into feature branch

Closed Wouter Deconinck requested to merge master into wdconinc-master-patch-80034
5 files
+ 19
13
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 3
0
@@ -43,6 +43,9 @@ fi
echo "git clone -b ${JUGGLER_DETECTOR_VERSION} --depth 1 https://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git"
git clone -b ${JUGGLER_DETECTOR_VERSION} --depth 1 https://${DEPLOY_TOKEN}eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
[[ "$?" == "0" ]] || exit 1
if [ -f "${JUGGLER_DETECTOR}/requirements.txt" ] ; then
python -m pip install -r ${JUGGLER_DETECTOR}/requirements.txt
fi
rm -rf "${JUGGLER_DETECTOR}/.git"
## We need an up-to-date copy of the detector
Loading