You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ShakeAndCraft/.drone.yml

19 lines
365 B

kind: pipeline
ttype: docker
name: ShakeAndCraft
trigger:
event:
- push
steps:
- name: sonarqube
image: openjdk:latest
environment:
SONAR_TOKEN:
from_secret: SONAR_TOKEN
SONAR_HOST_URL: "https://your-sonarqube-url.com"
settings:
sources: ./ShakeAndCraft/
commands:
- sonar-scanner