[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-559-g137b70304
git at osgeo.org
git at osgeo.org
Thu Feb 17 12:20:57 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 137b70304a1def08e2955abc422810e95e6d798e (commit)
from 80cf6f9836cc7fe957cc2e87401b5eeaf709ea67 (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 137b70304a1def08e2955abc422810e95e6d798e
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 17 21:20:39 2022 +0100
[dronie] Drop testing 9.6 and 10 for master branch
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 5c45e1810..115af157f 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -22,20 +22,6 @@ steps:
- ./autogen.sh
depends_on: [ clone ]
- - name: build-9.6
- image: *test-image
- pull: never
- commands:
- - PGVER=9.6 sh ci/dronie/postgis_regress.sh
- depends_on: [ autogen ]
-
- - name: build-10
- image: *test-image
- pull: never
- commands:
- - PGVER=10 sh ci/dronie/postgis_regress.sh
- depends_on: [ autogen ]
-
- name: build-11
image: *test-image
pull: never
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 14 --------------
1 file changed, 14 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list