Browse Source

Updated drone for testing

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
e3e7022dd2
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 5
      .drone.yml

5
.drone.yml

@ -3,6 +3,11 @@ type: docker @@ -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:

Loading…
Cancel
Save