[SCM] PostGIS branch stable-3.3 updated. 3.3.6-17-g57f74c521
git at osgeo.org
git at osgeo.org
Thu Mar 28 07:48: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, stable-3.3 has been updated
via 57f74c5218e540602a0e64ba788a85ec76293566 (commit)
from 976f101b0b2cd472f2ec8bd5c2a86153e6e8c2c4 (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 57f74c5218e540602a0e64ba788a85ec76293566
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Mar 28 15:47:46 2024 +0100
[woodie] Update config after upgrade of woodpecker
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 3ae041716..0079f9a27 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -2,7 +2,8 @@ steps:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
when:
- path: "doc/*"
+ - event: push
+ path: "doc/*"
commands:
- ./autogen.sh
- mkdir -p build-docs && cd build-docs
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 30ab446f0..2816ace5e 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -39,7 +39,7 @@ variables:
- egrep '(PASS|FAIL|SKIP|INFO|ERROR)' check.log
clone:
- clone:
+ git:
image: woodpeckerci/plugin-git
depth: 50
@@ -53,7 +53,7 @@ steps:
build-pg11:
image: *test-image
- group: build
+ depends_on: autogen
environment:
- PGVER=11
commands:
@@ -62,7 +62,7 @@ steps:
build-pg15:
image: *test-image
- group: build
+ depends_on: autogen
environment:
- PGVER=15
commands:
@@ -71,7 +71,7 @@ steps:
installcheck-pg11:
image: *test-image
- group: installcheck
+ depends_on: build-pg11
environment:
- PGVER=11
commands:
@@ -82,7 +82,7 @@ steps:
installcheck-pg15:
image: *test-image
- group: installcheck
+ depends_on: build-pg15
environment:
- PGVER=15
commands:
@@ -93,7 +93,7 @@ steps:
upgradecheck-pg11:
image: *test-image
- group: upgradecheck
+ depends_on: build-pg11
environment:
- PGVER=11
commands:
@@ -104,7 +104,7 @@ steps:
upgradecheck-pg15:
image: *test-image
- group: upgradecheck
+ depends_on: build-pg15
environment:
- PGVER=15
commands:
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 3 ++-
.woodpecker/regress.yml | 14 +++++++-------
2 files changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list