[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-1005-g6d4ef08fc
git at osgeo.org
git at osgeo.org
Mon Jun 26 07:50:18 PDT 2023
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 6d4ef08fc7c9e5155d2515644a8f583aaca56609 (commit)
from 94c8074e149c78f071b0e6672c729830ff854608 (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 6d4ef08fc7c9e5155d2515644a8f583aaca56609
Author: Sandro Santilli <strk at kbt.io>
Date: Mon Jun 26 16:28:06 2023 +0200
Have woodie always pull docker images
Closes #5297
diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 487b28895..81e62d4b2 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,6 +1,7 @@
pipeline:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
+ pull: true
when:
path: "doc/**"
commands:
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index cb9a150e0..ea38f1878 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -8,6 +8,7 @@ pipeline:
build:
group: build
image: docker.osgeo.org/postgis/build-test:trisquel3
+ pull: true
commands:
- sh autogen.sh
- PGVER=${PG_VERSION} sh ci/dronie/postgis_regress.sh
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 5c3a417f2..eeed87636 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,6 +1,7 @@
pipeline:
build:
image: docker.osgeo.org/postgis/build-test:trisquel3
+ pull: true
commands:
- ./autogen.sh
- ./configure --without-pgconfig --prefix=/tmp/pgx
-----------------------------------------------------------------------
Summary of changes:
.woodpecker/docs.yml | 1 +
.woodpecker/regress.yml | 1 +
.woodpecker/tools.yml | 1 +
3 files changed, 3 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list