diff --git a/.drone.yml b/.drone.yml index d00013d..911fae3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ type: docker name: default steps: +- name: Configure + image: golang + commands: + - go get github.com/bwmarrin/discordgo + - go get github.com/rudi9719/loggy - name: Build image: golang commands: