[postgis-tickets] r15575 - attempt 4

Regina Obe lr at pcorp.us
Wed Aug 23 09:49:35 PDT 2017


Author: robe
Date: 2017-08-23 09:49:35 -0700 (Wed, 23 Aug 2017)
New Revision: 15575

Modified:
   trunk/.gitlab-ci.yml
Log:
attempt 4
references Try to upgrade gitlab to newer PostgreSQL / GEOS (add a -y to force install of apt repo tools)
References #3813


Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml	2017-08-23 16:43:50 UTC (rev 15574)
+++ trunk/.gitlab-ci.yml	2017-08-23 16:49:35 UTC (rev 15575)
@@ -1,6 +1,6 @@
 test:
   script:
-    - apt-get update && apt-get install python-software-properties
+    - apt-get update && apt-get install -y python-software-properties
     - 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