reformat drone config file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1daa112bda
commit
13f1286552
@ -1,16 +1,15 @@
|
|||||||
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: my-small-satellite pipeline
|
name: "my-small-satellite pipeline"
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
- name: test
|
|
||||||
image: maven:3-jdk-11
|
|
||||||
commands:
|
commands:
|
||||||
- mvn clean test package
|
- "mvn clean test"
|
||||||
|
image: "maven:3-jdk-11"
|
||||||
- name: send telegram notification
|
name: test
|
||||||
|
-
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
|
name: "send telegram notification"
|
||||||
settings:
|
settings:
|
||||||
token: 986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM
|
to: 733452136
|
||||||
to: 733452136
|
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"
|
||||||
|
Loading…
Reference in New Issue
Block a user