Prune on fetching

So we don't try to checkout a stale ref
pull/4/merge
Daniel Wagner-Hall 9 years ago
parent 0935802f1e
commit 49c328a892
  1. 2
      jenkins.sh

@ -26,7 +26,7 @@ TOX_BIN=$WORKSPACE/.tox/py27/bin
if [[ ! -e .sytest-base ]]; then
git clone https://github.com/matrix-org/sytest.git .sytest-base --mirror
else
(cd .sytest-base; git fetch)
(cd .sytest-base; git fetch -p)
fi
rm -rf sytest

Loading…
Cancel
Save