[SCM] PostGIS branch stable-3.3 updated. 3.3.7-22-g9393fc711
git at osgeo.org
git at osgeo.org
Tue Apr 15 07:51:03 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 9393fc711c42e94ef4712ed1d42a8c470e17e6e8 (commit)
from 86f6d9fbe7b65e2c56360320e453a00e17a82349 (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 9393fc711c42e94ef4712ed1d42a8c470e17e6e8
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 15 10:50:57 2025 -0400
Change to use repo instead of docker
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 96c164378..18bf5ee1a 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -3,7 +3,7 @@ labels:
when:
event: [push, pull_request, tag]
variables:
- test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel3
+ test-image: &test-image repo.osgeo.org/postgis/build-test:trisquel3
steps-env: &steps-env
- export PATH=/usr/lib/postgresql/$${PGVER}/bin:$${PATH}
- export PGPORT=$$(grep ^port /etc/postgresql/$${PGVER}/main/postgresql.conf | awk '{print $$3}')
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list