Single step
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-11-24 08:51:40 -05:00
parent a194551ca6
commit a2cdb3efb8

View File

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