Fix Travis git clone command

This commit is contained in:
Jon Siwek 2018-12-07 07:26:51 -06:00
parent 34e577c4f0
commit f287b2bdf9
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2.6-19 | 2018-12-07 07:26:51 -0600
* Fix Travis git clone command (Jon Siwek, Corelight)
2.6-18 | 2018-12-06 20:11:01 -0600
* Update external test suite locations (Jon Siwek, Corelight)

View file

@ -1 +1 @@
2.6-18
2.6-19

View file

@ -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