[SCM] PostGIS branch stable-3.2 updated. 3.2.7-29-g2cb742f8e
git at osgeo.org
git at osgeo.org
Tue Apr 15 07:37:47 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.2 has been updated
via 2cb742f8e1d48fc4458544003c961c7f30b30327 (commit)
from bad86ac5d6c215a01a42b5dd053fcafed35ec725 (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 2cb742f8e1d48fc4458544003c961c7f30b30327
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 15 10:37:42 2025 -0400
Force build of docs also when yaml files change
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 509ffc502..c54102588 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -6,7 +6,8 @@ steps:
- name: build
image: repo.osgeo.org/postgis/build-test:trisquel3
when:
- path: "doc/*"
+ path:
+ include: ['doc/*', '.woodpecker/*.yaml']
commands:
- export PATH=/usr/lib/postgresql/12/bin:$PATH
- ./autogen.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list