[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-438-g6065d7d99

git at osgeo.org git at osgeo.org
Mon Jan 31 15:51:49 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  6065d7d99eee12484b43e6e01613fafca5c80027 (commit)
      from  964971c97de8a85154abc501ab95556ed06c4ff1 (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 6065d7d99eee12484b43e6e01613fafca5c80027
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Feb 1 00:51:10 2022 +0100

    [dronie] Don't hide upgrade test failures

diff --git a/ci/dronie/postgis_regress.sh b/ci/dronie/postgis_regress.sh
index 001a6041b..195239abb 100644
--- a/ci/dronie/postgis_regress.sh
+++ b/ci/dronie/postgis_regress.sh
@@ -3,6 +3,9 @@
 # Exit on first error
 set -e
 
+# Fail the whole pipeline if any pipeline command fails
+set -o pipefail
+
 service postgresql start $PGVER
 export PGPORT=`grep ^port /etc/postgresql/$PGVER/main/postgresql.conf | awk '{print $3}'`
 export PATH=/usr/lib/postgresql/$PGVER/bin:$PATH

-----------------------------------------------------------------------

Summary of changes:
 ci/dronie/postgis_regress.sh | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list