[postgis-tickets] r17475 - [dronie] fix yml syntax
Sandro Santilli
strk at kbt.io
Thu Jun 6 02:47:26 PDT 2019
Author: strk
Date: 2019-06-06 02:47:26 -0700 (Thu, 06 Jun 2019)
New Revision: 17475
Modified:
branches/2.4/.drone-1.0.yml
Log:
[dronie] fix yml syntax
Modified: branches/2.4/.drone-1.0.yml
===================================================================
--- branches/2.4/.drone-1.0.yml 2019-06-06 08:04:53 UTC (rev 17474)
+++ branches/2.4/.drone-1.0.yml 2019-06-06 09:47:26 UTC (rev 17475)
@@ -4,7 +4,6 @@
# See https://git.osgeo.org/gitea/postgis/postgis-docker
# todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.3
@@ -25,12 +24,9 @@
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
-
+---
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.4
@@ -51,11 +47,9 @@
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
+---
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.5
@@ -76,11 +70,9 @@
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-9.6
@@ -101,11 +93,9 @@
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
---
-
test-image: &test-image docker.kbt.io/postgis/build-test:trisquel2
kind: pipeline
name: pg-10
@@ -126,6 +116,6 @@
- psql -c "select version()" template1
- make check RUNTESTFLAGS=-v
- make install
- - utils/check_all_upgrades.sh
+ - utils/check_all_upgrades.sh -s
`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
...
More information about the postgis-tickets
mailing list