toy-bot/scm/.drone.yml
Stanislav Nowogrudski 3c8da2ded0
Some checks failed
continuous-integration/drone/push Build is failing
moved CI config to maven-3.8.3-openjdk-17
2022-10-18 12:17:28 +02:00

17 lines
345 B
YAML

---
kind: pipeline
name: "toy-bot coding challenge pipeline"
steps:
-
commands:
- "mvn clean test"
image: "maven:3.8.3-openjdk-17"
name: test
-
image: appleboy/drone-telegram
name: "send telegram notification"
settings:
to:
from_secret: telegram_to
token:
from_secret: telegram_token