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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 983036f  GEODE-8508: Update LGTM to use Geode 1.13 (#652)
983036f is described below

commit 983036fc86b5254ca1acc3ec10af9a2a82cff693
Author: Alberto Bustamante Reyes <alb3rt...@users.noreply.github.com>
AuthorDate: Sat Sep 19 01:31:06 2020 +0200

    GEODE-8508: Update LGTM to use Geode 1.13 (#652)
---
 .lgtm.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.lgtm.yml b/.lgtm.yml
index 652e079..f9b8cb5 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.0/apache-geode-1.13.0.tgz
         - tar xzf apache-geode.tgz
-        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.12.0" ..
+        - cmake -DGEODE_ROOT="`pwd`/apache-geode-1.13.0" ..
         - cd dependencies && cmake --build . -- -j2
     index:
       build_command:

Reply via email to