Updated gitignore, and added drone config
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
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go vet -v
- go build
+1
View File
@@ -1,4 +1,5 @@
disgord-thanos
disgord-Thanos
config.json
start.sh
verifications/*