fix CI: missing config.php

This commit is contained in:
Andrew Dolgov 2017-04-27 09:17:45 +03:00
parent 9c8a797598
commit c849dd63ab
1 changed files with 1 additions and 0 deletions

View File

@ -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