[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.9-2-ga304075e1

git at osgeo.org git at osgeo.org
Sun Jun 18 20:07:59 PDT 2023


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 "PostGIS".

The branch, stable-3.1 has been updated
       via  a304075e17923597a3fcf0b203f381213694b5e7 (commit)
      from  ee918cfdc1730e2d4c9be80c3033ffec8ff566ce (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 a304075e17923597a3fcf0b203f381213694b5e7
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jun 18 23:07:55 2023 -0400

    Get rid of localized steps, causes errors, and force PG13

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index f03e1bb91..dede3b7dc 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,12 +1,11 @@
 pipeline:
   build:
     image: docker.osgeo.org/postgis/build-test:trisquel3
-    when:
-      path: "doc/*"
     commands:
+      - export PATH=/usr/lib/postgresql/13/bin:$PATH
       - ./autogen.sh
       - ./configure
       - make docs
-      - make -C doc check
-      - make docs-localized
-      - make -C doc/ check-localized
+      #- make -C doc check
+      #- make docs-localized
+      #- make -C doc/ check-localized

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

Summary of changes:
 .woodpecker/docs.yml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list