reformat drone config file

This commit is contained in:
steam 2021-02-07 14:58:36 +01:00
parent 2288053793
commit 5ce66c3286

View File

@ -1,15 +1,12 @@
kind: pipeline kind: pipeline
name: my-small-satellite pipeline name: "my-small-satellite pipeline"
steps: steps:
- name: test - commands:
image: maven:3-jdk-11 - "mvn clean test package"
commands: image: "maven:3-jdk-11"
- mvn clean test package name: test
- image: appleboy/drone-telegram
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"