[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-395-g0a74375ea
git at osgeo.org
git at osgeo.org
Fri Jan 28 02:05:17 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 0a74375ea8600c6053e399fea0e5a823bc422aaa (commit)
from e156a2a7f97095e1fbca82820a665fc584b9cc98 (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 0a74375ea8600c6053e399fea0e5a823bc422aaa
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jan 28 01:28:57 2022 +0100
[dronie] only pull docker image in step required by all others
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 33a081c38..7a3df2089 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -24,29 +24,28 @@ steps:
- name: build-9.6
image: *test-image
- pull: always
+ pull: never
commands:
- PGVER=9.6 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-10
image: *test-image
- pull: always
+ pull: never
commands:
- PGVER=10 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-11
image: *test-image
- pull: always
+ pull: never
commands:
- PGVER=11 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-12
image: *test-image
- pull: always
+ pull: never
commands:
- PGVER=12 sh ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
-...
-----------------------------------------------------------------------
Summary of changes:
.drone-1.0.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list