mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-26 11:05:16 -04:00
Prune on fetching
So we don't try to checkout a stale ref
This commit is contained in:
parent
0935802f1e
commit
49c328a892
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TOX_BIN=$WORKSPACE/.tox/py27/bin
|
||||||
if [[ ! -e .sytest-base ]]; then
|
if [[ ! -e .sytest-base ]]; then
|
||||||
git clone https://github.com/matrix-org/sytest.git .sytest-base --mirror
|
git clone https://github.com/matrix-org/sytest.git .sytest-base --mirror
|
||||||
else
|
else
|
||||||
(cd .sytest-base; git fetch)
|
(cd .sytest-base; git fetch -p)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf sytest
|
rm -rf sytest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue