my-small-satellite/scm/.drone.yml
steam 13f1286552
All checks were successful
continuous-integration/drone/push Build is passing
reformat drone config file
2021-02-07 15:02:50 +01:00

16 lines
321 B
YAML

---
kind: pipeline
name: "my-small-satellite pipeline"
steps:
-
commands:
- "mvn clean test"
image: "maven:3-jdk-11"
name: test
-
image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"