my-small-satellite/scm/.drone.yml

12 lines
316 B
YAML
Raw Normal View History

2021-02-07 14:51:34 +01:00
kind: pipeline
2021-02-07 14:58:36 +01:00
name: "my-small-satellite pipeline"
2021-02-07 14:55:42 +01:00
steps:
2021-02-07 14:58:36 +01:00
- commands:
- "mvn clean test package"
image: "maven:3-jdk-11"
name: test
- image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"