Remove drone.yml

main
Hugo Thunnissen 2 years ago
parent 50e452dea9
commit 243da28878

@ -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'
Loading…
Cancel
Save