[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.3-20-g3b16bf4
git at osgeo.org
git at osgeo.org
Sun Aug 15 18:02:06 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-3.1 has been updated
via 3b16bf4722f8d2153e1197808b9636c498b40b15 (commit)
from 10d45cd93110492470248196ee46c6692c60da4f (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 3b16bf4722f8d2153e1197808b9636c498b40b15
Author: Regina Obe <lr at pcorp.us>
Date: Sun Aug 15 21:02:02 2021 -0400
Take out alpine drone until we fix alpine build issue
diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 0c6a412..36d516d 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -13,9 +13,9 @@ kind: pipeline
name: build
clone: *clone
steps:
- - name: build-12
- image: docker.osgeo.org/postgis/build-test:alpine-edge
+ - name: build-10
+ image: *test-image
pull: always
commands:
- - PGVER=12 sh ci/dronie/postgis_regress_alpine.sh
+ - PGVER=10 sh ci/dronie/postgis_regress.sh
...
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 7ba51fa..fd5a074 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -14,12 +14,6 @@ kind: pipeline
name: build
clone: *clone
steps:
- - name: build-12
- image: docker.osgeo.org/postgis/build-test:alpine-edge
- pull: always
- commands:
- - PGVER=12 sh ci/dronie/postgis_regress_alpine.sh
-
- name: build-9.6
image: *test-image
pull: always
-----------------------------------------------------------------------
Summary of changes:
.cloud-drone.yml | 6 +++---
.drone-1.0.yml | 6 ------
2 files changed, 3 insertions(+), 9 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list