This commit is contained in:
@ -3,6 +3,11 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go get github.com/bwmarrin/discordgo
|
||||||
|
- go get github.com/rudi9719/loggy
|
||||||
- name: Build
|
- name: Build
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user