7
0
Fork 0
This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
p2p-storage-simulator/.drone.yml

20 lines
434 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: compose_validate
image: ubuntu
commands:
- apt-get update && apt-get install --no-install-recommends -y docker-compose
- docker-compose config --services
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: alerts-ci
icon_url: https://cloudcdn.tormakristof.eu/static/drone.svg
when:
status: [ failure ]