release 0.1 #30

Manually merged
noemi3 merged 150 commits from release/0.1 into master 2020-01-18 14:59:02 +00:00
1 changed files with 24 additions and 0 deletions
Showing only changes of commit 41f037a31f - Show all commits

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gradle:5.6.3
commands:
- gradle build
- name: notify
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to:
from_secret: telegram_user
format: markdown
message: |
Build {{build.number}} from commit [{{truncate commit.sha 10}}]({{commit.link}}) **failed**.
{{uppercasefirst commit.author}} please fix me!
when:
status:
- failure