remove before_script
This commit is contained in:
parent
b3b2782358
commit
a53ce54c3a
|
@ -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:
|
phpmd:
|
||||||
image: php:5.6
|
image: php:5.6
|
||||||
script:
|
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
|
- sh utils/gitlab-ci/phpmd.sh
|
||||||
|
|
||||||
schema:
|
schema:
|
||||||
|
|
Loading…
Reference in New Issue