Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
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