Skip to content
Snippets Groups Projects
Commit 36816a07 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: bin/build_detector.sh

parent d6b4c9b5
No related branches found
No related tags found
1 merge request!9fix clone check in build script
...@@ -35,7 +35,6 @@ if [ -d "${JUGGLER_DETECTOR}" ]; then ...@@ -35,7 +35,6 @@ if [ -d "${JUGGLER_DETECTOR}" ]; then
fi fi
echo "Fetching ${JUGGLER_DETECTOR}" echo "Fetching ${JUGGLER_DETECTOR}"
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://eicweb.phy.anl.gov/EIC/detectors/${JUGGLER_DETECTOR}.git
echo "$?"
[[ "$?" == "0" ]] || exit 1 [[ "$?" == "0" ]] || exit 1
rm -rf "${JUGGLER_DETECTOR}/.git" rm -rf "${JUGGLER_DETECTOR}/.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment