31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-27 16:53:29 +00:00
patchtester/.drone.yml
Wilco Alsemgeest 7df193aa2f
Update .drone.yml
Disable Crowdin API in Drone
2020-04-12 20:08:41 +02:00

26 lines
720 B
YAML

---
kind: pipeline
name: default
clone:
depth: 42
steps:
- name: composer
image: joomlaprojects/docker-tools:develop
commands:
- composer validate --no-check-all --strict
- composer install --no-progress --no-suggest
- name: phpcs
image: joomlaprojects/docker-images:php7.2
commands:
- echo $(date)
- ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --ignore=administrator/components/com_patchtester/vendor --standard=administrator/components/com_patchtester/vendor/joomla/cms-coding-standards/lib/Joomla-CMS administrator
- echo $(date)
---
kind: signature
hmac: db121d6418e6f0702b311cce34d0a0dd12a4b88814138a4d1d02c1e6189e9d43
...