[postgis-tickets] r15576 - attempt 5

Regina Obe lr at pcorp.us
Wed Aug 23 09:54:16 PDT 2017


Author: robe
Date: 2017-08-23 09:54:16 -0700 (Wed, 23 Aug 2017)
New Revision: 15576

Modified:
   trunk/.gitlab-ci.yml
Log:
attempt 5
references Try to upgrade gitlab to newer PostgreSQL / GEOS (add install software-properties-common )
References #3813


Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2017-08-23 16:49:35 UTC (rev 15575)
+++ trunk/.gitlab-ci.yml	2017-08-23 16:54:16 UTC (rev 15576)
@@ -1,6 +1,6 @@
 test:
   script:
-    - apt-get update && apt-get install -y python-software-properties
+    - apt-get update && apt-get install -y python-software-properties software-properties-common
     - add-apt-repository --yes ppa:ubuntugis/ppa
     - add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable
     - apt-get update -qq && apt-get install -y



More information about the postgis-tickets mailing list