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