added scm configuration
This commit is contained in:
parent
8195a676d4
commit
8ff70918b8
@ -1,3 +1,5 @@
|
||||
# supermarket
|
||||
[](https://ci.poweronoff.click/steam/supermarket)
|
||||
|
||||
# Back to the checkout
|
||||
|
||||
this is one of my solutions for ["Back to the checkout code cata"](http://codekata.com/kata/kata09-back-to-the-checkout/)
|
||||
|
17
scm/.drone.yml
Normal file
17
scm/.drone.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: "Back to the checkout - 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
|
Loading…
Reference in New Issue
Block a user