summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-09-16 01:25:53 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-09-16 17:02:28 +0200
commit0fef38999abc74b8237971f96295f461631d9d1d (patch)
tree6f26d1bd650140f1c4add4bf944263cd8e058d70 /script
parentbf8756d6a2c42dc77b8a2de814a12e2ceb4487fd (diff)
parent910cd2daa6af0f3af97d283eb4c6a0452688d067 (diff)
downloadlibgit2-0fef38999abc74b8237971f96295f461631d9d1d.tar.gz
Merge remote-tracking branch 'upstream/master' into cmn/host-cert-info
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 c7c341ce5..dda4ead4a 100755
--- a/script/cibuild.sh
+++ b/script/cibuild.sh
@@ -44,7 +44,5 @@ export GITTEST_REMOTE_SSH_PASSPHRASE=""
if [ -e ./libgit2_clar ]; then
./libgit2_clar -sonline::push -sonline::clone::cred_callback -sonline::clone::ssh_cert &&
- 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