summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-08-10 17:13:00 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-08-29 15:28:10 +0200
commit26bf3a53467cd4e7adbf70c3ec8f2d83ed82a605 (patch)
treee1c2e411cf6ebc645f8be0f44201f7824ee6b97f /script
parent389526043a277afec9dd8b8dcd9aa97c4b3f2d6e (diff)
downloadlibgit2-26bf3a53467cd4e7adbf70c3ec8f2d83ed82a605.tar.gz
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.
Diffstat (limited to 'script')
-rwxr-xr-xscript/cibuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/script/cibuild.sh b/script/cibuild.sh
index 981f95b7e..e58c0849c 100755
--- a/script/cibuild.sh
+++ b/script/cibuild.sh
@@ -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