From 2132eeacf4ed074218d9b5eeba8ac92818732fe9 Mon Sep 17 00:00:00 2001 From: Ginger U Date: Mon, 20 Jun 2022 15:46:42 +0200 Subject: [PATCH] pipeline edit --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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: