reformat drone config file

This commit is contained in:
steam 2021-02-07 15:01:03 +01:00
parent 5ce66c3286
commit 1daa112bda

View File

@ -1,12 +1,16 @@
kind: pipeline kind: pipeline
name: "my-small-satellite pipeline" name: my-small-satellite pipeline
steps: steps:
- commands:
- "mvn clean test package" - name: test
image: "maven:3-jdk-11" image: maven:3-jdk-11
name: test commands:
- image: appleboy/drone-telegram - mvn clean test package
name: "send telegram notification"
- name: send telegram notification
image: appleboy/drone-telegram
settings: settings:
token: 986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM
to: 733452136 to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"