[postgis-tickets] r16514 - Upgradte gitlab ci to use PostgreSQL 9.5. Evidentally 9.4 is no longer available for the image we have.
Regina Obe
lr at pcorp.us
Sun Apr 1 08:45:06 PDT 2018
Author: robe
Date: 2018-04-01 20:45:06 -0700 (Sun, 01 Apr 2018)
New Revision: 16514
Modified:
branches/2.2/.gitlab-ci.yml
Log:
Upgradte gitlab ci to use PostgreSQL 9.5. Evidentally 9.4 is no longer available for the image we have.
Modified: branches/2.2/.gitlab-ci.yml
===================================================================
--- branches/2.2/.gitlab-ci.yml 2018-04-02 03:30:53 UTC (rev 16513)
+++ branches/2.2/.gitlab-ci.yml 2018-04-02 03:45:06 UTC (rev 16514)
@@ -1,7 +1,7 @@
test:
script:
- apt-get update -qq && apt-get install -y
- postgresql-9.4 postgresql-server-dev-9.4
+ postgresql-9.5 postgresql-server-dev-9.5
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
libproj-dev libgdal-dev libgeos-dev libjson0-dev
More information about the postgis-tickets
mailing list