From f287b2bdf9571312ed6cbcd3e39650eaf1e39859 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Fri, 7 Dec 2018 07:26:51 -0600 Subject: [PATCH] Fix Travis git clone command --- CHANGES | 4 ++++ VERSION | 2 +- testing/scripts/travis-job | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2adf8657bc..62e8fd0dad 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/VERSION b/VERSION index 883a8c39ea..78583567cd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6-18 +2.6-19 diff --git a/testing/scripts/travis-job b/testing/scripts/travis-job index 731811fa2e..d872d774fc 100644 --- a/testing/scripts/travis-job +++ b/testing/scripts/travis-job @@ -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