From ab945085b368c43419eee4db2cf9530385809977 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Sat, 30 Sep 2017 17:30:44 +0000 Subject: [PATCH] Attempt to fix yaml syntax in drone config git-svn-id: http://svn.osgeo.org/postgis/trunk@15858 b70326c6-7e19-0410-871a-916f4a2858ee --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 55eca4380..3dfef9a24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,5 +21,5 @@ pipeline: - service postgresql start - make check RUNTESTFLAGS=-v - make install - - utils/check_all_upgrades.sh \ + - utils/check_all_upgrades.sh `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'` -- 2.40.0