Browse Source

Single step

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

4
.drone.yml

@ -3,12 +3,10 @@ type: docker @@ -3,12 +3,10 @@ type: docker
name: default
steps:
- name: Configure
- name: Build
image: golang
commands:
- go get github.com/bwmarrin/discordgo
- go get github.com/rudi9719/loggy
- name: Build
commands:
- go vet -v
- go build

Loading…
Cancel
Save