[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-24-gb68202a
git at osgeo.org
git at osgeo.org
Wed Aug 18 16:28:40 PDT 2021
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-2.5 has been updated
via b68202a5fc956853328d8d06e6a02a02b06e253f (commit)
from 6c881e4330cc7c491edf25a7ef9fd16e90c490d2 (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 b68202a5fc956853328d8d06e6a02a02b06e253f
Author: Regina Obe <lr at pcorp.us>
Date: Wed Aug 18 19:28:33 2021 -0400
Put back 9.5 now that trisquel2 image is fixed. Closes #4967
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index fc33c5c..5350a8a 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -14,6 +14,12 @@ kind: pipeline
name: build
clone: *clone
steps:
+ - name: build-9.5
+ image: *test-image
+ pull: true
+ commands:
+ - PGVER=9.5 sh ci/dronie/postgis_regress.sh
+
- name: build-9.6
image: *test-image
pull: true
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list