Skip to content

Commit 429006b

Browse files
committed
Fixing drone.yml
1 parent 8234d9a commit 429006b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
image: joomlaprojects/docker-images:php7.2
1919
commands:
2020
- echo $(date)
21-
- ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --ignore=administrator/components/com_patchtester/vendor --ignore=build/packaging --standard=PSR12 .
21+
- ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --standard=ruleset.xml .
2222
- echo $(date)
2323

2424
volumes:
@@ -27,6 +27,6 @@ volumes:
2727
path: /tmp/composer-cache
2828
---
2929
kind: signature
30-
hmac: 66f585c17b678699c15f48673fa52585c02eddab99c4dcfa2f1e1e85960a2a31
30+
hmac: 6894a15e535673bd3eb1cf2c8ee3f9cbac4b5a6e52aa26773add3e4943f3bd86
3131

3232
...

0 commit comments

Comments
 (0)