From: Sandro Santilli Date: Sat, 30 Sep 2017 17:30:44 +0000 (+0000) Subject: Attempt to fix yaml syntax in drone config X-Git-Tag: 2.5.0alpha~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab945085b368c43419eee4db2cf9530385809977;p=postgis Attempt to fix yaml syntax in drone config git-svn-id: http://svn.osgeo.org/postgis/trunk@15858 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 '.'`