sqlite-clone/.drone.yml
kjuulh c860ad4233
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error
with harbor image
2022-10-27 21:52:09 +02:00

18 lines
387 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build && test
image: harbor.front.kjuulh.io/library/rust:1
commands:
- cargo build --verbose --all
- cargo test --verbose --all
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown