Update drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-30 13:45:10 -05:00
parent 6215426a2d
commit cc63f82427

View File

@ -8,6 +8,8 @@ steps:
commands: commands:
- go get github.com/bwmarrin/discordgo - go get github.com/bwmarrin/discordgo
- go get github.com/rudi9719/loggy - go get github.com/rudi9719/loggy
- go get github.com/gorilla/mux
- go get github.com/gorilla/sessions
- go vet -v - go vet -v
- go build - go build
- name: gitea_release - name: gitea_release