Browse Source

Updated gitignore, and added drone config

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
fe8cb76de8
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 10
      .drone.yml
  2. 1
      .gitignore

10
.drone.yml

@ -0,0 +1,10 @@ @@ -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,4 +1,5 @@ @@ -1,4 +1,5 @@
disgord-thanos
disgord-Thanos
config.json
start.sh
verifications/*

Loading…
Cancel
Save