]> git.wh0rd.org - tt-rss.git/commitdiff
fix CI: missing config.php
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:17:45 +0000 (09:17 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:17:45 +0000 (09:17 +0300)
.gitlab-ci.yml

index b0aea296859965a5c6cc4bbcd8bdb4d5458cf4cb..46279336baf00a4770fb6b62b0f6e6491f2fb51a 100644 (file)
@@ -21,6 +21,7 @@ phpunit_basic:
     - /etc/init.d/postgresql start\r
     - /usr/local/sbin/init-database.sh\r
     - sh ./utils/gitlab-ci/check-schema.sh\r
+    - cp utils/gitlab-ci/config-template.php config.php\r
     - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"\r
     - phpunit tests/*.php\r
 \r