[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-411-gca57f5f
git at osgeo.org
git at osgeo.org
Fri Aug 20 16:04:27 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, master has been updated
via ca57f5ffa443aef7f41c59c12a719a10ecb49e7e (commit)
from 178a530c28704d896dffbb401c1a3a3c0a09c5c8 (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 ca57f5ffa443aef7f41c59c12a719a10ecb49e7e
Author: Regina Obe <lr at pcorp.us>
Date: Fri Aug 20 19:04:21 2021 -0400
Change drone to use trisquel2 until figure out what is wrong with alpine docker image
diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 825ae8c..1f438ff 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -13,9 +13,9 @@ kind: pipeline
name: build
clone: *clone
steps:
- - name: build-13
- image: docker.osgeo.org/postgis/build-test:alpine-edge
+ - name: build-11
+ image: docker.osgeo.org/postgis/build-test:trisquel2
pull: always
commands:
- - PGVER=13 sh ci/dronie/postgis_regress_alpine.sh
+ - PGVER=11 sh ci/dronie/postgis_regress.sh
...
-----------------------------------------------------------------------
Summary of changes:
.cloud-drone.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list