[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-83-g5fa4f4bbe

git at osgeo.org git at osgeo.org
Thu Jun 16 14:55:10 PDT 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  5fa4f4bbe9f9e054dfe0ad85e76ad41c097cedc2 (commit)
      from  ba5a3070217268f120a2a721c0c44a3cd84d41d4 (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 5fa4f4bbe9f9e054dfe0ad85e76ad41c097cedc2
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jun 16 23:54:27 2022 +0200

    [dronie] raise clone depth to 50 commits
    
    Frequent pushes to master branch make PR checking sometime fail
    to find the target within 20 commits

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 115af157f..da1e6e078 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -7,7 +7,7 @@
 test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
 clone: &clone
     image: plugins/git
-    depth: 20
+    depth: 50
     recursive: false
 
 kind: pipeline

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

Summary of changes:
 .drone-1.0.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list