diff --git a/.drone.yml b/.drone.yml index b381490..aef9def 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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