fix: Fixing issues/1, drone build push failure.

This commit is contained in:
James Wells 2021-02-26 13:31:22 +00:00 committed by James Wells
parent 8b54fc32c5
commit e6d0b37063
Signed by: jwells
GPG key ID: 73196D10B8E65666
4 changed files with 19 additions and 12 deletions

View file

@ -27,6 +27,9 @@ var exitCodes = struct {
"SETUP_FAILED": 2,
"INVALID_MODE": 3,
"AGENT_LOAD_FAILED": 4,
"AGENT_MISSING_TAGS": 5,
"NO_ROUTERS_DEFINED": 6,
"NO_WORKERS_DEFINED": 6,
}}
func main() {