Skip to content

Commit ab1660f

Browse files
committed
Fix Drone configuration
1 parent 818423e commit ab1660f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ local pipeline(name, phpversion, params) = {
6161
depends: [ "composer" ],
6262
commands: [
6363
"vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards",
64-
"vendor/bin/phpcs --standard=ruleset.xml"
64+
"vendor/bin/phpcs --standard=ruleset.xml src/"
6565
]
6666
},
6767
{

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"commands": [
2323
"vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards",
24-
"vendor/bin/phpcs --standard=ruleset.xml"
24+
"vendor/bin/phpcs --standard=ruleset.xml src/"
2525
],
2626
"depends": [
2727
"composer"
@@ -342,6 +342,6 @@
342342
}
343343
---
344344
kind: signature
345-
hmac: d85d2b22c2b89e0b5c0f9d43c4d217971d539c006562972f32eccc33248c209f
345+
hmac: 53b2e31d7148b37325b352c72da198b026bf9498b63062126d51043eace4eec2
346346

347347
...

0 commit comments

Comments
 (0)