]> granicus.if.org Git - postgis/commitdiff
Take back out the postgis docker - giving libtoolize: error: Failed to create 'build...
authorRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2019 18:40:44 +0000 (18:40 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2019 18:40:44 +0000 (18:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17217 b70326c6-7e19-0410-871a-916f4a2858ee

.drone-1.0.yml

index c636937f42fe656695f64403cad135d81ee479ce..2a434d62e8a030b438b06f8c2282b4d0a4a45eb6 100644 (file)
@@ -72,15 +72,4 @@ steps:
       - make install
       - utils/check_all_upgrades.sh
         `grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
-
----
-test-image: &test-image postgis/postgis-build-env:pg11-geosmaster-gdal23-proj51
-kind: pipeline
-name: pg-11-geosmaster-gdal23-proj51
-steps:
-  - name: build
-    image: *test-image
-    pull: true
-    commands:
-      - bash ci/travis/run_tests.sh
 ...