iot-platform-emulator/.drone.yml

19 lines
376 B
YAML
Raw Permalink Normal View History

2021-11-19 02:10:04 +01:00
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
2022-01-31 23:47:13 +01:00
2021-11-19 02:10:04 +01:00
- name: ms-teams
image: kuperiu/drone-teams
settings:
webhook:
from_secret: TEAMS_WEBHOOK
when:
status: [ failure ]