Skip to content
Snippets Groups Projects
Commit 49c328a8 authored by Daniel Wagner-Hall's avatar Daniel Wagner-Hall
Browse files

Prune on fetching

So we don't try to checkout a stale ref
parent 0935802f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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