diff options
author | Ben Straub <bs@github.com> | 2014-02-05 19:27:27 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2014-02-05 19:27:27 -0800 |
commit | 5dae3ffe258a10881e6bb8042e865a7b96012a68 (patch) | |
tree | 2c1a64e23725032a7fe60a016b44407b8264d0e7 /script/cibuild.sh | |
parent | 78ee7e81f59dc1e51551628f8f90ee58ea286cf8 (diff) | |
download | libgit2-5dae3ffe258a10881e6bb8042e865a7b96012a68.tar.gz |
Only run clone-failure test on private repo
Diffstat (limited to 'script/cibuild.sh')
-rwxr-xr-x | script/cibuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/cibuild.sh b/script/cibuild.sh index 5c0584a80..1f15e851e 100755 --- a/script/cibuild.sh +++ b/script/cibuild.sh @@ -34,5 +34,5 @@ export GITTEST_REMOTE_SSH_PUBKEY="$HOME/.ssh/id_rsa.pub" export GITTEST_REMOTE_SSH_PASSPHRASE="" if [ -e ./libgit2_clar ]; then - ./libgit2_clar -sonline::push + ./libgit2_clar -sonline::push -sonline::clone::cred_callback_failure fi |