Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d86cae + aa5a06c commit d7674b5Copy full SHA for d7674b5
script/cibuild.sh
@@ -43,6 +43,9 @@ export GITTEST_REMOTE_SSH_PUBKEY="$HOME/.ssh/id_rsa.pub"
43
export GITTEST_REMOTE_SSH_PASSPHRASE=""
44
45
if [ -e ./libgit2_clar ]; then
46
- ./libgit2_clar -sonline::push -sonline::clone::cred_callback -sonline::clone::ssh_cert &&
+ ./libgit2_clar -sonline::push -sonline::clone::ssh_cert &&
47
./libgit2_clar -sonline::clone::ssh_with_paths
48
+ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
49
+ ./libgit2_clar -sonline::clone::cred_callback
50
+ fi
51
fi
0 commit comments