[postgis-tickets] [SCM] PostGIS branch stable-2.3 updated. 7f33134a8c23ee93bc8f20812c484f218f57decb
git at osgeo.org
git at osgeo.org
Wed Apr 22 10:42: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, stable-2.3 has been updated
via 7f33134a8c23ee93bc8f20812c484f218f57decb (commit)
from 9702b97a715e2507f2cc9d2437c3a0ee73ae0515 (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 7f33134a8c23ee93bc8f20812c484f218f57decb
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Apr 22 19:42:31 2020 +0200
[drone] Pull build-test docker image from OSGeo server
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index b236054..06c2051 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -4,7 +4,7 @@
# 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.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.3
steps:
@@ -27,7 +27,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.4
steps:
@@ -50,7 +50,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.5
steps:
@@ -73,7 +73,7 @@ steps:
- utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
---
-test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.6
steps:
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list