Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 29, 2019
1 parent f98b5b3 commit b0cc294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ cd ./ssh2-python
pip${PYTHON_VERSION} uninstall -y ssh2-python
pip${PYTHON_VERSION} install -e ./
cd ../../
if [ -n CI_SYSTEM ]

if [ -n CI_SYSTEM ]; then
mkdir /run/sshd
fi

eval "$(ssh-agent \-s)"
chmod 600 ./tests/ssh_host_key
ssh-add ./tests/ssh_host_key

0 comments on commit b0cc294

Please sign in to comment.