mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 19:41:16 +00:00
9 lines
250 B
YAML
9 lines
250 B
YAML
---
|
|
|
|
check: phpmd --version | grep -E '^PHPMD [0-9][.0-9]+' || (phpmd --version; false)
|
|
|
|
all:
|
|
type: custom
|
|
command: curl -sS -k -L --fail https://phpmd.org/static/latest/phpmd.phar -L -o /usr/local/bin/phpmd
|
|
post: chmod +x /usr/local/bin/phpmd
|