[postgis-tickets] r16246 - Use template1 for connecting
Sandro Santilli
strk at kbt.io
Tue Jan 9 12:52:25 PST 2018
Author: strk
Date: 2018-01-09 12:52:25 -0800 (Tue, 09 Jan 2018)
New Revision: 16246
Modified:
branches/2.3/.drone.yml
Log:
Use template1 for connecting
Modified: branches/2.3/.drone.yml
===================================================================
--- branches/2.3/.drone.yml 2018-01-09 20:29:32 UTC (rev 16245)
+++ branches/2.3/.drone.yml 2018-01-09 20:52:25 UTC (rev 16246)
@@ -19,7 +19,7 @@
image: *test-image
commands:
- service postgresql start
- - while :; do psql -tAc "select version()" && break; sleep 10; done
+ - while :; do psql -tAc "select version()" template1 && break; sleep 10; done
- make check RUNTESTFLAGS=-v
- make install
- utils/check_all_upgrades.sh
More information about the postgis-tickets
mailing list