From 243da28878b87a9617e4fd5ec8b37cf5ddc81829 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Tue, 7 Jun 2022 13:31:17 +0200 Subject: [PATCH] Remove drone.yml --- .drone.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 1aed930f1..000000000 --- a/.drone.yml +++ /dev/null @@ -1,20 +0,0 @@ -kind: pipeline -name: default - -steps: -- name: install - image: composer - commands: - - composer install - -- name: test - image: hugotty/php8-fpm:latest - commands: - - vendor/bin/simple-phpunit - -- name: sonarqube - image: aosapps/drone-sonar-plugin - settings: - sonar_host: https://sq.hugot.nl - sonar_token: ea716ce5c8240a7cb43298d86158ea654b0ea85f - sources: './src'