[SCM] PostGIS branch master updated. 3.4.0rc1-1023-g9454b1125
git at osgeo.org
git at osgeo.org
Thu Mar 14 09:57:23 PDT 2024
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 9454b1125a8c366d9ce74f066846c03f365cc0de (commit)
from ac2724a57b0bc84ca302102cfaa5d12d5a28730d (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 9454b1125a8c366d9ce74f066846c03f365cc0de
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 14 17:57:09 2024 +0100
Fix woodie dependencies
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 84ccacad2..c54c6bae5 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -95,7 +95,7 @@ steps:
installcheck-pg12:
image: *test-image
- depends_on: autogen
+ depends_on: build-pg12
environment:
- PGVER=12
commands:
@@ -106,7 +106,7 @@ steps:
installcheck-pg15:
image: *test-image
- depends_on: autogen
+ depends_on: build-pg15
environment:
- PGVER=15
commands:
@@ -117,7 +117,7 @@ steps:
upgradecheck-pg12:
image: *test-image
- depends_on: autogen
+ depends_on: build-pg12
environment:
- PGVER=12
commands:
@@ -128,7 +128,7 @@ steps:
upgradecheck-pg15:
image: *test-image
- depends_on: autogen
+ depends_on: build-pg15
environment:
- PGVER=15
commands:
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/regress.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list