[postgis-tickets] r15573 - Try to upgrade gitlab to newer PostgreSQL / GEOS (get rid of sudo)
Regina Obe
lr at pcorp.us
Wed Aug 23 09:31:56 PDT 2017
Author: robe
Date: 2017-08-23 09:31:55 -0700 (Wed, 23 Aug 2017)
New Revision: 15573
Modified:
trunk/.gitlab-ci.yml
Log:
Try to upgrade gitlab to newer PostgreSQL / GEOS (get rid of sudo)
References #3813
Modified: trunk/.gitlab-ci.yml
===================================================================
--- trunk/.gitlab-ci.yml 2017-08-23 16:27:44 UTC (rev 15572)
+++ trunk/.gitlab-ci.yml 2017-08-23 16:31:55 UTC (rev 15573)
@@ -1,7 +1,7 @@
test:
script:
- - sudo add-apt-repository --yes ppa:ubuntugis/ppa
- - sudo add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable
+ - add-apt-repository --yes ppa:ubuntugis/ppa
+ - add-apt-repository --yes ppa:ubuntugis/ubuntugis-unstable
- apt-get update -qq && apt-get install -y
postgresql-9.5 postgresql-server-dev-9.5
build-essential autoconf libtool libcunit1-dev
More information about the postgis-tickets
mailing list