attempt to fix pgsql tests

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier
2020-02-22 18:24:49 +01:00
parent f946d76d48
commit 33e1b6b4e6
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ test_nc18_pgsql:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ""
script:
- DEBIAN_FRONTEND=noninteractive apt-get install php7.3-pgsql postgresql-client -yqq > /dev/null 2>&1
- DEBIAN_FRONTEND=noninteractive apt-get install php7.3-pgsql postgresql postgresql-client -yqq > /dev/null 2>&1
# copy local copy that has been cloned already
- cp -r . /tmp/cospend
- mkdir -p /var/www/html ; pushd /var/www/html

View File

@@ -5,7 +5,7 @@ build_dir=/tmp/build
sign_dir=/tmp/sign
cert_dir=$(HOME)/.nextcloud/certificates
webserveruser ?= www-data
occ_dir ?= /var/www/html/n17
occ_dir ?= /var/www/html/n18
all: appstore