abra/.drone.yml

26 lines
510 B
YAML
Raw Normal View History

2021-07-15 13:37:54 +00:00
---
kind: pipeline
name: coopcloud.tech/abra
steps:
- name: make build
image: golang:1.16
commands:
- make build
2021-07-15 20:29:31 +00:00
- name: notify on failure
image: plugins/matrix
settings:
homeserver: https://matrix.autonomic.zone
roomid: "IFazIpLtxiScqbHqoa:autonomic.zone"
userid: "@autono-bot:autonomic.zone"
accesstoken:
from_secret: autono_bot_access_token
depends_on:
- make build
when:
status:
- failure
trigger:
branch:
- main