[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-391-g013fa4889

git at osgeo.org git at osgeo.org
Thu Jan 27 23:32:09 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  013fa4889b2369fe79450f87c206c62ad32d7d22 (commit)
      from  a5a714fb4867355ea2f47c9f5facf88f85a94b31 (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 013fa4889b2369fe79450f87c206c62ad32d7d22
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 28 08:03:11 2022 +0100

    [cloud-drone] fix after updates of the ci script

diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 61cf2eefe..c4c990b74 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -4,20 +4,32 @@
 
 # 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
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
+
 
 kind: pipeline
 name: build
-clone: *clone
+
+clone:
+    image: plugins/git
+    depth: 1
+    recursive: false
+
 steps:
-  - name: build-11
-    image: docker.osgeo.org/postgis/build-test:trisquel2
+
+  - name: autogen
+    image: *test-image
     pull: always
+    commands:
+      - ./autogen.sh
+    depends_on: [ clone ]
+
+  - name: build-11
+    image: *test-image
+    pull: never
     commands:
       - PGVER=11 sh ci/dronie/postgis_regress.sh
+    depends_on: [ autogen ]
 
 trigger:
   branch:

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

Summary of changes:
 .cloud-drone.yml | 26 +++++++++++++++++++-------
 1 file changed, 19 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list