diff --git a/.drone.yml b/.drone.yml index c8c99c2..5156894 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,6 @@ steps: - name: Build image: golang commands: - - go get github.com/bwmarrin/discordgo - go vet -v - go build -ldflags "-X main.gitCommit=$(git rev-parse --short HEAD)" - name: Run