mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-25 22:12:55 +00:00
travis: no need to clean out the test repository
This was added to avoid the remote's default branch to be considered to the be notes one which the first network test leaves behind.
This commit is contained in:
parent
389526043a
commit
26bf3a5346
@ -41,7 +41,5 @@ export GITTEST_REMOTE_SSH_PASSPHRASE=""
|
||||
|
||||
if [ -e ./libgit2_clar ]; then
|
||||
./libgit2_clar -sonline::push -sonline::clone::cred_callback &&
|
||||
rm -rf $HOME/_temp/test.git &&
|
||||
git init --bare $HOME/_temp/test.git && # create an empty one
|
||||
./libgit2_clar -sonline::clone::ssh_with_paths
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user