All checks were successful
continuous-integration/drone/push Build is passing
13 lines
283 B
YAML
13 lines
283 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: build
|
|
|
|
steps:
|
|
- name: code-analysis
|
|
image: registry.regnault.dev/drone-sonar-plugin:1
|
|
environment:
|
|
PLUGIN_SONAR_HOST:
|
|
from_secret: sonar_host
|
|
SONAR_TOKEN:
|
|
from_secret: sonar_token
|
|
DRONE_REPO: Captchuccino
|