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
|
||||
name: my-small-satellite pipeline
|
||||
|
||||
|
||||
name: "my-small-satellite pipeline"
|
||||
steps:
|
||||
|
||||
- name: test
|
||||
image: maven:3-jdk-11
|
||||
-
|
||||
commands:
|
||||
- mvn clean test package
|
||||
|
||||
- name: send telegram notification
|
||||
- "mvn clean test"
|
||||
image: "maven:3-jdk-11"
|
||||
name: test
|
||||
-
|
||||
image: appleboy/drone-telegram
|
||||
name: "send telegram notification"
|
||||
settings:
|
||||
token: 986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM
|
||||
to: 733452136
|
||||
to: 733452136
|
||||
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"
|
||||
|
Loading…
Reference in New Issue
Block a user