[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.1-18-g0d4b572
git at osgeo.org
git at osgeo.org
Tue Jun 9 15:21:56 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, stable-3.0 has been updated
via 0d4b572fae826841c26a4fbd65abfc76394d4df9 (commit)
from 43fd77f43a7a5229e58143b9814a2b82262724fe (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 0d4b572fae826841c26a4fbd65abfc76394d4df9
Author: Regina Obe <lr at pcorp.us>
Date: Tue Jun 9 18:21:51 2020 -0400
Have a different abbreviated config for cloud-drone since it does pull request checks. References #4704 for PostGIS 3.0
diff --git a/.cloud-drone.yml b/.cloud-drone.yml
new file mode 100644
index 0000000..ebf3956
--- /dev/null
+++ b/.cloud-drone.yml
@@ -0,0 +1,23 @@
+# This is for the drone 1.0 agent
+# https://docs.drone.io/user-guide/pipeline/steps/
+# https://cloud.drone.io/postgis/postgis #1.0 server
+
+# See https://git.osgeo.org/gitea/postgis/postgis-docker
+# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
+clone: &clone
+ image: plugins/git
+ depth: 20
+ recursive: false
+
+kind: pipeline
+name: build
+clone: *clone
+steps:
+
+ - name: build-10
+ image: *test-image
+ pull: always
+ commands:
+ - PGVER=10 sh ci/dronie/postgis_regress.sh
+...
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml => .cloud-drone.yml | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
copy .drone-1.0.yml => .cloud-drone.yml (76%)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list