kind: pipeline type: docker name: default steps: - name: Build image: golang commands: - go get github.com/bwmarrin/discordgo - go get github.com/rudi9719/loggy - go vet -v - go build