Browse Source

Fix drone config

master Test
Gregory Rudolph 3 years ago
parent
commit
8be9963728
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      .drone.yml

1
.drone.yml

@ -6,7 +6,6 @@ steps: @@ -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

Loading…
Cancel
Save