]> granicus.if.org Git - postgis/commitdiff
Get rid of sudo -i on the pg11 docker evidentally not installed
authorRegina Obe <lr@pcorp.us>
Tue, 5 Feb 2019 00:41:57 +0000 (00:41 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 5 Feb 2019 00:41:57 +0000 (00:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17230 b70326c6-7e19-0410-871a-916f4a2858ee

.drone-1.0.yml

index 50ef1bc0a5344434027226063d305193e4db28d3..e750a70f46b36f514e1803ee3c8108ec952e9366 100644 (file)
@@ -82,6 +82,5 @@ steps:
     image: *test-image
     pull: true
     commands:
-      - sudo -i
       - bash ci/travis/run_tests.sh
 ...