[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-131-g11549e7

git at osgeo.org git at osgeo.org
Tue Jun 9 15:16:40 PDT 2020


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  11549e74b82b53c1761f9531d456914da9c96fd9 (commit)
      from  f70a085985855d6f736a92aacd5b0b9670712500 (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 11549e74b82b53c1761f9531d456914da9c96fd9
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jun 9 18:16:34 2020 -0400

    Have a different abbreviated config for cloud-drone since it does pull request checks. References #4704 for PostGIS 3.1

diff --git a/.cloud-drone.yml b/.cloud-drone.yml
new file mode 100644
index 0000000..0c6a412
--- /dev/null
+++ b/.cloud-drone.yml
@@ -0,0 +1,21 @@
+# This is for the drone 1.0 agent
+# https://docs.drone.io/user-guide/pipeline/steps/
+# https://cloud.drone.io/postgis/ #1.0 server #this is a reduced test
+
+# See https://git.osgeo.org/gitea/postgis/postgis-docker
+# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
+clone: &clone
+    image: plugins/git
+    depth: 20
+    recursive: false
+
+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
+...

-----------------------------------------------------------------------

Summary of changes:
 .drone-1.0.yml => .cloud-drone.yml | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
 copy .drone-1.0.yml => .cloud-drone.yml (59%)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list