mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:35:55 +00:00
remove before_script
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user