We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4da3819 commit 697583eCopy full SHA for 697583e
script/cibuild.sh
@@ -50,6 +50,7 @@ cat >~/sshd/sshd_config<<-EOF
50
ListenAddress 0.0.0.0
51
Protocol 2
52
HostKey ${HOME}/sshd/id_rsa
53
+ PidFile ${HOME}/sshd/pid
54
RSAAuthentication yes
55
PasswordAuthentication yes
56
PubkeyAuthentication yes
@@ -99,7 +100,7 @@ if [ -e ./libgit2_clar ]; then
99
100
101
fi
102
-killall sshd
103
+kill $(cat "$HOME/sshd/pid")
104
105
export GITTEST_REMOTE_URL="https://github.com/libgit2/non-existent"
106
export GITTEST_REMOTE_USER="libgit2test"
0 commit comments