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'