fix pipeline
continuous-integration/drone/push Build is failing Details

master
eater 5 years ago
parent ee103ff4cc
commit f391e2ef6c
Signed by: eater
GPG Key ID: AD2560A0F84F0759

@ -4,8 +4,8 @@ type: docker
steps:
- name: code checks
image: php:7.3
image: composer
commands:
- composer install
- ./vendor/bin/php-cs-fixer fix --dry-run .
- ./vendor/bin/phpstan analyse src
- ./vendor/bin/php-cs-fixer fix --dry-run src
- ./vendor/bin/phpstan analyse src

@ -30,6 +30,9 @@
"autoload": {
"psr-4": {
"CubiStore\\Web\\": "src/"
}
},
"files": [
"var/cache/routes.php"
]
}
}

Loading…
Cancel
Save