All checks were successful
continuous-integration/drone/push Build is passing
17 lines
345 B
YAML
17 lines
345 B
YAML
---
|
|
kind: pipeline
|
|
name: "toy-bot coding challenge pipeline"
|
|
steps:
|
|
-
|
|
commands:
|
|
- "mvn clean test"
|
|
image: "maven:3.8.2-openjdk-17"
|
|
name: test
|
|
-
|
|
image: appleboy/drone-telegram
|
|
name: "send telegram notification"
|
|
settings:
|
|
to:
|
|
from_secret: telegram_to
|
|
token:
|
|
from_secret: telegram_token |