[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-6-gb0b953608

git at osgeo.org git at osgeo.org
Sun Jul 30 17:43:17 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  b0b953608a2a5e9af7a7d0bff2263cb034c82efa (commit)
       via  75d8bc1938dbfece0da4a9bfdec664e8c6e370c9 (commit)
      from  44a8c62a4db97325dcb49230540198e8720937fa (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 b0b953608a2a5e9af7a7d0bff2263cb034c82efa
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 30 20:15:50 2023 -0400

    Fix so pipeline is changed to steps for regress and tools as well

diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index ea38f1878..2836beb20 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -4,7 +4,7 @@ matrix:
     - 14
     - 12
 
-pipeline:
+steps:
   build:
     group: build
     image: docker.osgeo.org/postgis/build-test:trisquel3
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index eeed87636..42447e2b5 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,4 +1,4 @@
-pipeline:
+steps:
   build:
     image: docker.osgeo.org/postgis/build-test:trisquel3
     pull: true

commit 75d8bc1938dbfece0da4a9bfdec664e8c6e370c9
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 30 20:13:24 2023 -0400

    Change pipeline to steps

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index af70135a8..b8a387b3b 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -30,7 +30,7 @@ variables:
         - "doc/po/*/Makefile.in"
         - "doc/po/*/*.po"
 
-pipeline:
+steps:
   prepare:
     image: *test_image
     pull: true

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

Summary of changes:
 .woodpecker/docs.yml    | 2 +-
 .woodpecker/regress.yml | 2 +-
 .woodpecker/tools.yml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list