Fix drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-07-21 22:04:36 -04:00
parent e92efe395e
commit ac63acf093

View File

@ -12,11 +12,11 @@ steps:
- name: Run - name: Run
image: golang image: golang
commands: commands:
- go get github.com/bwmarrin/discordgo
- go vet -v
- go build
- ./Phasmobot -t $DISCORD_TOKEN - ./Phasmobot -t $DISCORD_TOKEN
secrets: [discord_token] secrets: [discord_token]
when:
branch:
- deploy
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release