Browse Source

Fix drone config

pull/1/head
Gregory Rudolph 4 years ago
parent
commit
418bea8be7
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 8
      .drone.yml

8
.drone.yml

@ -9,6 +9,14 @@ steps:
- go get github.com/bwmarrin/discordgo - go get github.com/bwmarrin/discordgo
- go vet -v - go vet -v
- go build - go build
- name: Run
image: golang
commands:
- go get github.com/bwmarrin/discordgo
- go vet -v
- go build
- ./Phasmobot
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:

Loading…
Cancel
Save