summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-01 18:07:14 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-08 14:08:47 +0200
commit67ff7c85a2bd3c9dbba41785715648b69b11e1df (patch)
treeee2ff919c075f3c2a04b5aada0d1da872d88bd9c /.drone.yml
parentb2a7b77d2cee3421166d36d22d9b045eb7927a1a (diff)
fix composer bin paths
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 417182df..986d1c41 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -27,12 +27,12 @@ steps:
image: nextcloudci/php7.2:php7.2-9
commands:
- composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
+ - ./composer/bin/parallel-lint --exclude ./composer/ .
- name: syntax-php7.3
image: nextcloudci/php7.3:php7.3-5
commands:
- composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
+ - ./composer/bin/parallel-lint --exclude ./composer/ .
trigger:
branch:
- master