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

modified: util/build_detector.sh

parent f6e61c23
No related branches found
No related tags found
1 merge request!67modified: util/build_detector.sh
......@@ -33,8 +33,9 @@ if [ ! -d ${JUGGLER_DETECTOR} ]; then
else
echo "Updating ${JUGGLER_DETECTOR}"
pushd ${JUGGLER_DETECTOR}
git branch
git fetch origin
git checkout -b ${JUGGLER_DETECTOR_VERSION}
git checkout ${JUGGLER_DETECTOR_VERSION}
popd
fi
## We also need an up-to-date copy of the accelerator. For now this is done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment