This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 40bf062  fix Geode pairing
40bf062 is described below

commit 40bf0626a9a349121b4d59979bef14af7e53f750
Author: Owen Nichols <onich...@apache.org>
AuthorDate: Thu Nov 19 03:23:18 2020 -0800

    fix Geode pairing
---
 .lgtm.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 652e079..70b0840 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -4,9 +4,9 @@ extraction:
       command:
         - mkdir _lgtm_build_dir
         - cd _lgtm_build_dir
-        - wget -O apache-geode.tgz 
http://mirror.transip.net/apache/geode/1.12.0/apache-geode-1.12.0.tgz
+        - wget -O apache-geode.tgz 
http://mirror.transip.net/apache/geode/1.13.1/apache-geode-1.13.1.tgz
         - tar xzf apache-geode.tgz
-        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.12.0" ..
+        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.13.1" ..
         - cd dependencies && cmake --build . -- -j2
     index:
       build_command:

Reply via email to