mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 13:26:48 -07:00
fix: Fixing issues/1, drone build push failure.
This commit is contained in:
parent
8b54fc32c5
commit
e6d0b37063
4 changed files with 19 additions and 12 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue