Updated gitignore, and added drone config
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
disgord-thanos
|
disgord-thanos
|
||||||
|
disgord-Thanos
|
||||||
config.json
|
config.json
|
||||||
start.sh
|
start.sh
|
||||||
verifications/*
|
verifications/*
|
||||||
|
|||||||
Reference in New Issue
Block a user