[SCM] PostGIS branch stable-3.4 updated. 3.4.2-25-gabfd6a99a
git at osgeo.org
git at osgeo.org
Sun Mar 24 05:56:11 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.4 has been updated
via abfd6a99a59d741cdce010b63e7b69505b15dfcd (commit)
from c1e36f1e5f40f7fc835429a48a01458e05239f74 (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 abfd6a99a59d741cdce010b63e7b69505b15dfcd
Author: Regina Obe <lr at pcorp.us>
Date: Sun Mar 24 08:56:07 2024 -0400
Quiet bad_habit Please set an event filter warnings. Missed some spots
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 5b37a9994..00e085186 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -31,7 +31,9 @@ steps:
- make postgis_revision.h
- xmllint --version
when:
- path: *when_path_full
+ - event: push
+ path: *when_path_full
+
check-xml:
image: *test_image
pull: true
@@ -39,7 +41,8 @@ steps:
commands:
- make -C build-docs/doc check
when:
- path: *when_path
+ - path: *when_path
+ event: [tag, pull_request, push]
build-images:
image: *test_image
pull: true
@@ -47,7 +50,8 @@ steps:
commands:
- make -C build-docs/doc images
when:
- path: *when_path_full
+ - path: *when_path_full
+ event: [tag, pull_request, push]
build-html:
image: *test_image
pull: true
@@ -55,7 +59,8 @@ steps:
commands:
- make -C build-docs/doc html
when:
- path: *when_path
+ - path: *when_path
+ event: [tag, pull_request, push]
build-cheatsheets:
image: *test_image
pull: true
@@ -63,7 +68,8 @@ steps:
commands:
- make -C build-docs/doc/ cheatsheets
when:
- path: *when_path
+ - path: *when_path
+ event: [tag, pull_request, push]
build-chunked-html:
image: *test_image
pull: true
@@ -71,7 +77,8 @@ steps:
commands:
- make -C build-docs/doc html
when:
- path: *when_path
+ - path: *when_path
+ event: [tag, pull_request, push]
build-pdf:
image: *test_image
pull: true
@@ -79,7 +86,8 @@ steps:
commands:
- make -C build-docs/doc/ pdf
when:
- path: *when_path
+ - path: *when_path
+ event: [tag, pull_request, push]
# DO NOT EDIT PAST THIS LINE, use update-docs-localized.sh to update #
### TARGET check-xml
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list