[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-350-g03ca4f18c
git at osgeo.org
git at osgeo.org
Sun Nov 27 15:41:53 PST 2022
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 03ca4f18c2ae7983657debbb4274fa90fabe1352 (commit)
from 0fdfeb90de916f7aaa7634e8ae952faa4ed643f0 (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 03ca4f18c2ae7983657debbb4274fa90fabe1352
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Nov 28 00:41:18 2022 +0100
[woodie] Only build docs when changes are added to doc/ files
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 384559f61..a3e79f23a 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,6 +1,8 @@
pipeline:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
+ when:
+ path: "doc/*"
commands:
- ./autogen.sh
- mkdir -p build-docs && cd build-docs
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list