diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-16 19:30:06 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-26 22:58:38 +0200 |
| commit | d7f962f40897556bc5c5d2b91cceb06d2fe9307d (patch) | |
| tree | a225b4dafab81888f1b8253fb61a2eeba3a5b18b /script | |
| parent | 8873728f3753814ff8ccf2de94abc756544b82ce (diff) | |
| download | libgit2-d7f962f40897556bc5c5d2b91cceb06d2fe9307d.tar.gz | |
ssh: request credentials again on authentication failure
Instead of completely giving up on the first failure, ask for
credentials as long as we fail to authenticate.
Diffstat (limited to 'script')
| -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 699404bd2..a683590c7 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 -sonline::clone::cred_callback_failure + ./libgit2_clar -sonline::push -sonline::clone::cred_callback fi |
