[SCM] PostGIS branch master updated. 3.5.0-283-ga8ffda5a4
git at osgeo.org
git at osgeo.org
Tue Apr 22 14:43:07 PDT 2025
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 a8ffda5a4f56e1cd4714354ea00447dc4019c9bb (commit)
from 9a37771d50d045633f272dd687969684c9c272b8 (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 a8ffda5a4f56e1cd4714354ea00447dc4019c9bb
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 22 17:42:58 2025 -0400
Fix environment warnings - use map syntax
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 6173a5549..cbf30231d 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -63,7 +63,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -72,7 +72,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -81,7 +81,7 @@ steps:
image: *test-image
depends_on: build-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -91,7 +91,7 @@ steps:
image: *test-image
depends_on: build-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -101,7 +101,7 @@ steps:
image: *test-image
depends_on: build-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -112,7 +112,7 @@ steps:
image: *test-image
depends_on: build-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -123,7 +123,7 @@ steps:
image: *test-image
depends_on: installcheck-pg12
environment:
- - PGVER=12
+ PGVER: 12
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -134,7 +134,7 @@ steps:
image: *test-image
depends_on: installcheck-pg17
environment:
- - PGVER=17
+ PGVER: 17
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list