Captchuccino/.drone.yml

13 lines
242 B
YAML
Raw Normal View History

2025-03-09 15:54:46 +01:00
kind: pipeline
type: docker
name: build
steps:
- name: code-analysis
2025-03-09 17:10:01 +01:00
image: registry.regnault.dev/drone-sonar-plugin:1
2025-03-09 15:54:46 +01:00
settings:
sonar_host:
from_secret: sonar_host
sonar_token:
from_secret: sonar_token