From d556ef59e6ffce4849e50a741847d13fd8b07e94 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 2 Oct 2021 14:09:55 +0000 Subject: sigh... --- .gitlab-ci.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e3434848..96a76e666 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,9 +34,8 @@ before_script: # pecl and composer do not work with PHP production restrictions (from Hubzilla Docker image) - if [ -f /usr/local/etc/php/conf.d/z_prod.ini ]; then mv /usr/local/etc/php/conf.d/z_prod.ini /usr/local/etc/php/conf.d/z_prod.ini.off; fi # Install & enable Xdebug for code coverage reports -- pecl install xdebug && pecl install gd && pecl install zip - -- docker-php-ext-enable xdebug gd zip +- pecl install xdebug +- docker-php-ext-enable xdebug # Install composer - curl -sS https://getcomposer.org/installer | php # Install dev libraries from composer @@ -115,17 +114,17 @@ php7.3_mariadb10.3: alias: mysql -PHP7.3 with PostgreSQL latest (11) -php7.3_postgres11: - <<: *job_definition_postgres - artifacts: *artifacts_template +# PHP7.3 with PostgreSQL latest (11) +#php7.3_postgres11: +# <<: *job_definition_postgres +# artifacts: *artifacts_template -PHP7.3 with PostgreSQL latest (11) -php7.3_postgres11: - <<: *job_definition_postgres - image: php:7.3 - artifacts: *artifacts_template +# PHP7.3 with PostgreSQL latest (11) +#php7.3_postgres11: +# <<: *job_definition_postgres +# image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 +# artifacts: *artifacts_template # Generate Doxygen API Documentation and deploy it as GitLab pages -- cgit v1.2.3