diff --git a/.drone.yml b/.drone.yml index a90951305..cec23332f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,19 +4,19 @@ type: docker name: default steps: -- name: test - image: hugotty/php8-fpm - commands: - - vendor/bin/simple-phpunit + - name: test + image: hugotty/php8-fpm + commands: + - vendor/bin/simple-phpunit -- name: install - image: hugotty/workspace - commands: - - composer install + - name: install + image: hugotty/workspace + commands: + - composer install -- name: code-analysis - image: aosapps/drone-sonar-plugin - settings: + - name: code-analysis + image: aosapps/drone-sonar-plugin + settings: sonar_host: from_secret: host sonar_token: