[geos-commits] [SCM] GEOS branch 3.8 updated. f1a9d42fd1da0483ae172f37becfe5d2450848ee

git at osgeo.org git at osgeo.org
Fri Apr 3 19:28:06 PDT 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.8 has been updated
       via  f1a9d42fd1da0483ae172f37becfe5d2450848ee (commit)
      from  4cc9d75c30d449e5fb67a2cc8086fca60f3f6783 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f1a9d42fd1da0483ae172f37becfe5d2450848ee
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Apr 3 22:28:02 2020 -0400

    Move to end other failed

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7c085c8..b03958e 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -1,6 +1,6 @@
 # This is for the dronie 1.0 agent
 # https://docs.drone.io/user-guide/pipeline/steps/ https://docs.drone.io/user-guide/pipeline/migrating/
-# See https://git.osgeo.org/gogs/geos/geos-docker
+# See https://git.osgeo.org/gitea/geos/geos-docker
 test-image: &test-image docker.kbt.io/geos/build-test:alpine
 
 kind: pipeline
@@ -23,11 +23,11 @@ steps:
     image: *test-image
     commands:
       - CXXFLAGS="-O0" make check V=0
-  #- name: valgrindcheck
-  #  image: *test-image
-  #  commands:
-  #    - CXXFLAGS="-O0" make valgrindcheck V=0
   - name: docs
     image: *test-image
     commands:
       - make doxygen-checked
+  # - name: valgrindcheck
+  #   image: *test-image
+  #   commands:
+  #     - CXXFLAGS="-O0" make valgrindcheck V=0

-----------------------------------------------------------------------

Summary of changes:
 .drone-1.0.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list