[SCM] PostGIS branch stable-3.3 updated. 3.3.7-25-g636e4777a
git at osgeo.org
git at osgeo.org
Tue Apr 22 20:17:28 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, stable-3.3 has been updated
via 636e4777a204bf8567221c62390041f8c8512dc7 (commit)
from 31840ab5610c21113f5ae9eb4dd7738b7c4fe1a2 (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 636e4777a204bf8567221c62390041f8c8512dc7
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 22 23:16:53 2025 -0400
WOODIE CHANGES
- change to use environment map variables, old way is deprecated in 2.8
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 18bf5ee1a..a3bcd9eb1 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -59,7 +59,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=11
+ PGVER: 11
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -68,7 +68,7 @@ steps:
image: *test-image
depends_on: autogen
environment:
- - PGVER=15
+ PGVER: 15
commands:
- <<: *steps-env
- <<: *steps-pg-build
@@ -77,7 +77,7 @@ steps:
image: *test-image
depends_on: build-pg11
environment:
- - PGVER=11
+ PGVER: 11
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -88,7 +88,7 @@ steps:
image: *test-image
depends_on: build-pg15
environment:
- - PGVER=15
+ PGVER: 15
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -99,7 +99,7 @@ steps:
image: *test-image
depends_on: build-pg11
environment:
- - PGVER=11
+ PGVER: 11
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
@@ -110,7 +110,7 @@ steps:
image: *test-image
depends_on: build-pg15
environment:
- - PGVER=15
+ PGVER: 15
commands:
- <<: *steps-env
- <<: *steps-start-postgresql
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list