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
4
CHANGES
4
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)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.6-18
|
||||
2.6-19
|
||||
|
|
|
@ -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