mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix Travis git clone command
This commit is contained in:
parent
34e577c4f0
commit
f287b2bdf9
3 changed files with 6 additions and 2 deletions
|
@ -146,7 +146,7 @@ get_private_tests() {
|
|||
echo "Host *" >> ~/.ssh/config
|
||||
echo " StrictHostKeyChecking no" >> ~/.ssh/config
|
||||
chmod 400 ~/.ssh/config
|
||||
git clone ssh://git@github.com:zeek/zeek-testing-private
|
||||
git clone git@github.com:zeek/zeek-testing-private
|
||||
rm ~/.ssh/id_rsa
|
||||
elif [ -n "${TRAVIS_PULL_REQUEST}" ] && [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
|
||||
# For pull request builds, the private key is not available, so skip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue