Torma Kristóf
12fe7ba0f3
All checks were successful
continuous-integration/drone/push Build is passing
20 lines
434 B
YAML
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 ] |