[SCM] PostGIS branch master updated. 3.4.0rc1-1020-ge92da8d2a
git at osgeo.org
git at osgeo.org
Thu Mar 14 07:04:21 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, master has been updated
via e92da8d2a0572ffbaf06118280817ca2939eee55 (commit)
from 2342a3f0348c14ddf1644e1301ca5284e8f964a1 (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 e92da8d2a0572ffbaf06118280817ca2939eee55
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 14 10:04:19 2024 -0400
Missed some spots
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 486083112..16b29ab1f 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -35,7 +35,7 @@ steps:
check-xml:
image: *test_image
pull: true
- depends_on: check-xml-and-build-images
+ depends_on: prepare
commands:
- make -C build-docs/doc check
when:
@@ -43,7 +43,7 @@ steps:
build-images:
image: *test_image
pull: true
- depends_on: check-xml-and-build-images
+ depends_on: prepare
commands:
- make -C build-docs/doc images
when:
@@ -51,7 +51,7 @@ steps:
build-html:
image: *test_image
pull: true
- group: output
+ depends_on: build-images
commands:
- make -C build-docs/doc html
when:
@@ -59,7 +59,7 @@ steps:
build-cheatsheets:
image: *test_image
pull: true
- group: output
+ depends_on: prepare
commands:
- make -C build-docs/doc/ cheatsheets
when:
@@ -67,7 +67,7 @@ steps:
build-chunked-html:
image: *test_image
pull: true
- group: output
+ depends_on: build-images
commands:
- make -C build-docs/doc html
when:
@@ -75,7 +75,7 @@ steps:
build-pdf:
image: *test_image
pull: true
- group: output
+ depends_on: build-images
commands:
- make -C build-docs/doc/ pdf
when:
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list