toy-bot/scm/.drone.yml
Stanislav Nowogrudski b72f3f1b6a
All checks were successful
continuous-integration/drone/push Build is passing
bumped to maven:3.8.2-openjdk-17 because it works on ubuntu hosts
2022-10-18 12:32:52 +02:00

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