From: Andrew Dolgov Date: Wed, 26 Apr 2017 13:01:39 +0000 (+0300) Subject: remove before_script X-Git-Tag: 17.12~229 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a53ce54c3a119852de6ceec2085077d6a2f162d6;p=tt-rss.git remove before_script --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c123cae..5150e70b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,8 @@ -before_script: - - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar - - chmod +x /usr/bin/phpmd - phpmd: image: php:5.6 script: + - curl -o /usr/bin/phpmd -L http://static.phpmd.org/php/2.6.0/phpmd.phar + - chmod +x /usr/bin/phpmd - sh utils/gitlab-ci/phpmd.sh schema: