[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1140-g917ca73d6

git at osgeo.org git at osgeo.org
Wed Jul 5 07:32:11 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, master has been updated
       via  917ca73d6c934c015ee22631d161307dd04bdceb (commit)
      from  0f79386a5ca615fa70521d9d376dfe0bdc990a29 (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 917ca73d6c934c015ee22631d161307dd04bdceb
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 5 16:29:42 2023 +0200

    [woodie] Drop the docs/ conditional
    
    I dunno how to make it work effectively with multi-step pipelines
    See https://github.com/woodpecker-ci/woodpecker/issues/86

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 311ed8c3d..aee2639fd 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -2,8 +2,6 @@ pipeline:
   prepare:
     image: docker.osgeo.org/postgis/build-test:trisquel3
     pull: true
-    when:
-      path: "doc/**"
     commands:
       - ./autogen.sh
       - mkdir -p build-docs && cd build-docs
@@ -11,8 +9,6 @@ pipeline:
       - make postgis_revision.h
   build-html:
     image: docker.osgeo.org/postgis/build-test:trisquel3
-    when:
-      status: [ success ]
     commands:
       - cd build-docs
       - make docs
@@ -21,15 +17,11 @@ pipeline:
       - make -C doc/ check-localized
   build-pdf:
     image: docker.osgeo.org/postgis/build-test:trisquel3
-    when:
-      status: [ success ]
     commands:
       - cd build-docs
       - make -C doc/ pdf
   build-cheatsheets:
     image: docker.osgeo.org/postgis/build-test:trisquel3
-    when:
-      status: [ success ]
     commands:
       - cd build-docs
       - make -C doc/ cheatsheets

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

Summary of changes:
 .woodpecker/docs.yml | 8 --------
 1 file changed, 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list