]> git.wh0rd.org - tt-rss.git/commitdiff
update CI (again)
authorAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:11:21 +0000 (09:11 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Thu, 27 Apr 2017 06:11:21 +0000 (09:11 +0300)
.gitlab-ci.yml

index 1bc67cd11c1f4166d584c642bad47eef02759fc7..b0aea296859965a5c6cc4bbcd8bdb4d5458cf4cb 100644 (file)
@@ -21,7 +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
-    - su -s /bin/bash -u www-data -c "php ./update.php --debug-feed 1"\r
+    - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"\r
     - phpunit tests/*.php\r
 \r
 phpunit_functional:\r