Updated gitignore, and added drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-11-24 08:47:45 -05:00
parent ad327b7cae
commit fe8cb76de8
2 changed files with 11 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go vet -v
- go build

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
disgord-thanos disgord-thanos
disgord-Thanos
config.json config.json
start.sh start.sh
verifications/* verifications/*