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

This commit is contained in:
2021-07-21 22:10:31 -04:00
parent b3b45eb4a5
commit 55e3f0b025

View File

@ -13,7 +13,7 @@ steps:
image: golang
commands:
- echo $SECRET_MESSAGE
- (./Phasmobot -t $DISCORD_TOKEN)
- ./Phasmobot -t $${DISCORD_TOKEN}
secrets: [ discord_token, secret_message ]
when:
branch:
@ -34,4 +34,4 @@ steps:
- adler32
- crc32
when:
event: tag
event: [tag]