reformat drone config file

This commit is contained in:
steam 2021-02-07 14:55:42 +01:00
parent 21cd2b698e
commit 2288053793

View File

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