Torma Kristóf
07c25f1d45
All checks were successful
continuous-integration/drone/push Build is passing
21 lines
378 B
YAML
21 lines
378 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: code-analysis
|
|
image: aosapps/drone-sonar-plugin
|
|
settings:
|
|
sonar_host:
|
|
from_secret: SONAR_HOST
|
|
sonar_token:
|
|
from_secret: SONAR_CODE
|
|
|
|
- name: ms-teams
|
|
image: kuperiu/drone-teams
|
|
settings:
|
|
webhook:
|
|
from_secret: TEAMS_WEBHOOK
|
|
when:
|
|
status: [ failure ]
|