16 lines
325 B
YAML
16 lines
325 B
YAML
---
|
|
kind: pipeline
|
|
name: "my-small-satellite pipeline"
|
|
steps:
|
|
-
|
|
commands:
|
|
- "mvn clean test"
|
|
image: "maven:3.8.1-jdk-11"
|
|
name: test
|
|
-
|
|
image: appleboy/drone-telegram
|
|
name: "send telegram notification"
|
|
settings:
|
|
to: 733452136
|
|
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"
|