2021-02-07 18:43:47 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: "toy-bot coding challenge pipeline"
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
commands:
|
|
|
|
- "mvn clean test"
|
2022-10-18 12:17:28 +02:00
|
|
|
image: "maven:3.8.3-openjdk-17"
|
2021-02-07 18:43:47 +01:00
|
|
|
name: test
|
|
|
|
-
|
|
|
|
image: appleboy/drone-telegram
|
|
|
|
name: "send telegram notification"
|
|
|
|
settings:
|
2022-10-18 12:17:28 +02:00
|
|
|
to:
|
|
|
|
from_secret: telegram_to
|
|
|
|
token:
|
|
|
|
from_secret: telegram_token
|