[SCM] PostGIS branch master updated. 3.5.0-170-g18b0a4d81
git at osgeo.org
git at osgeo.org
Wed Dec 18 01:33:49 PST 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 18b0a4d8143677057b42c884d07501b189088ca7 (commit)
from 04c05192366063c4932c5b156c1886b9456746d7 (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 18b0a4d8143677057b42c884d07501b189088ca7
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Dec 18 10:32:39 2024 +0100
Make sure cheatsheets are build when only translations are modified
Attempt to fix the 'depends on unknown step' error:
https://woodie.osgeo.org/repos/30/pipeline/2765/errors
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 31d75a690..916e385e9 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -68,7 +68,7 @@ steps:
commands:
- make -C build-docs/doc/ cheatsheets
when:
- - path: *when_path
+ - path: *when_path_full
event: [tag, pull_request, push]
build-chunked-html:
image: *test_image
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list