[SCM] PostGIS branch stable-3.0 updated. 3.0.11-11-gdceecea46
git at osgeo.org
git at osgeo.org
Mon Apr 14 18:06:49 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.0 has been updated
via dceecea46792b9152380f91a892323e38bba7f60 (commit)
from f2f5ba9ef6aac958cf64b89e79da96130a8fb84c (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 dceecea46792b9152380f91a892323e38bba7f60
Author: Regina Obe <lr at pcorp.us>
Date: Mon Apr 14 21:06:28 2025 -0400
WOODPECKER CI, fix typos in last commit
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 2df1c9a16..a4202c655 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,13 +1,13 @@
labels:
platform: linux/amd64
steps:
- name: build
- image: docker.osgeo.org/postgis/build-test:trisquel3
- commands:
- - export PATH=/usr/lib/postgresql/12/bin:$PATH
- - ./autogen.sh
- - PGVER=12 ./configure
- - make docs
+ - name: build
+ image: docker.osgeo.org/postgis/build-test:trisquel3
+ commands:
+ - export PATH=/usr/lib/postgresql/12/bin:$PATH
+ - ./autogen.sh
+ - PGVER=12 ./configure
+ - make docs
#- make -C doc check
#- make docs-localized
#- make -C doc/ check-localized
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index ff62b9250..89280f66e 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -6,7 +6,7 @@ matrix:
- 11
steps:
- name: build
+ - name: build
image: docker.osgeo.org/postgis/build-test:trisquel3
commands:
- sh autogen.sh
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 14 +++++++-------
.woodpecker/regress.yml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list