[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-421-g9e6156d
git at osgeo.org
git at osgeo.org
Tue Aug 24 12:44:35 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 9e6156d123aac9ce7327408bc2f9fd91f79ea82c (commit)
from ffd29fedecd3fa771443308e1a6d98c3a18f6f2b (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 9e6156d123aac9ce7327408bc2f9fd91f79ea82c
Author: Regina Obe <lr at pcorp.us>
Date: Tue Aug 24 15:44:30 2021 -0400
Prevent cloud drone from double checking master (main we will remove eventually)
diff --git a/.cloud-drone.yml b/.cloud-drone.yml
index 1f438ff..61cf2ee 100644
--- a/.cloud-drone.yml
+++ b/.cloud-drone.yml
@@ -18,4 +18,9 @@ steps:
pull: always
commands:
- PGVER=11 sh ci/dronie/postgis_regress.sh
+
+trigger:
+ branch:
+ exclude:
+ - main
...
-----------------------------------------------------------------------
Summary of changes:
.cloud-drone.yml | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list