[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-439-g47eda8618
git at osgeo.org
git at osgeo.org
Mon Jan 31 16:00:41 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 47eda8618464c33a7be477d2ca84d4a51e77265d (commit)
from 6065d7d99eee12484b43e6e01613fafca5c80027 (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 47eda8618464c33a7be477d2ca84d4a51e77265d
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Feb 1 01:00:30 2022 +0100
[dronie] use bash to run the ci script
diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 5c45e1810..df2c7f1f7 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -26,28 +26,28 @@ steps:
image: *test-image
pull: never
commands:
- - PGVER=9.6 sh ci/dronie/postgis_regress.sh
+ - PGVER=9.6 bash ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-10
image: *test-image
pull: never
commands:
- - PGVER=10 sh ci/dronie/postgis_regress.sh
+ - PGVER=10 bash ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-11
image: *test-image
pull: never
commands:
- - PGVER=11 sh ci/dronie/postgis_regress.sh
+ - PGVER=11 bash ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-12
image: *test-image
pull: never
commands:
- - PGVER=12 sh ci/dronie/postgis_regress.sh
+ - PGVER=12 bash ci/dronie/postgis_regress.sh
depends_on: [ autogen ]
- name: build-docs
-----------------------------------------------------------------------
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