2021-02-07 18:43:47 +01:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: "toy-bot coding challenge pipeline"
|
|
|
|
steps:
|
|
|
|
-
|
|
|
|
commands:
|
|
|
|
- "mvn clean test"
|
2021-09-14 23:58:15 +02:00
|
|
|
image: "maven:3.8.1-jdk-11"
|
2021-02-07 18:43:47 +01:00
|
|
|
name: test
|
|
|
|
-
|
|
|
|
image: appleboy/drone-telegram
|
|
|
|
name: "send telegram notification"
|
|
|
|
settings:
|
|
|
|
to: 733452136
|
2022-10-05 17:29:00 +02:00
|
|
|
token: "<INVALID_TOKEN>"
|