From: Andrew Dolgov Date: Thu, 27 Apr 2017 06:17:45 +0000 (+0300) Subject: fix CI: missing config.php X-Git-Tag: 17.12~215 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=c849dd63aba14169ea940b9c0afc75b33738271b fix CI: missing config.php --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0aea296..46279336 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ phpunit_basic: - /etc/init.d/postgresql start - /usr/local/sbin/init-database.sh - sh ./utils/gitlab-ci/check-schema.sh + - cp utils/gitlab-ci/config-template.php config.php - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1" - phpunit tests/*.php