Skip to content

Commit

Permalink
Fix Drone configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nibra committed Aug 15, 2022
1 parent 818423e commit ab1660f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ local pipeline(name, phpversion, params) = {
depends: [ "composer" ],
commands: [
"vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards",
"vendor/bin/phpcs --standard=ruleset.xml"
"vendor/bin/phpcs --standard=ruleset.xml src/"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
"commands": [
"vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards",
"vendor/bin/phpcs --standard=ruleset.xml"
"vendor/bin/phpcs --standard=ruleset.xml src/"
],
"depends": [
"composer"
Expand Down Expand Up @@ -342,6 +342,6 @@
}
---
kind: signature
hmac: d85d2b22c2b89e0b5c0f9d43c4d217971d539c006562972f32eccc33248c209f
hmac: 53b2e31d7148b37325b352c72da198b026bf9498b63062126d51043eace4eec2

...

0 comments on commit ab1660f

Please sign in to comment.