31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-07 16:00:49 +00:00

Fixing drone.yml

This commit is contained in:
Hannes Papenberg 2022-09-08 10:56:26 +02:00
parent 8234d9a14a
commit 429006b3ee

View File

@ -18,7 +18,7 @@ steps:
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 --ignore=build/packaging --standard=PSR12 .
- ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --standard=ruleset.xml .
- echo $(date)
volumes:
@ -27,6 +27,6 @@ volumes:
path: /tmp/composer-cache
---
kind: signature
hmac: 66f585c17b678699c15f48673fa52585c02eddab99c4dcfa2f1e1e85960a2a31
hmac: 6894a15e535673bd3eb1cf2c8ee3f9cbac4b5a6e52aa26773add3e4943f3bd86
...