diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1af9ad2..52f1f231 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/makefile b/makefile index 48cd32f9..a0a67f94 100644 --- a/makefile +++ b/makefile @@ -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