Skip to content

Commit

Permalink
Exit process at the end of join-test-grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Nov 29, 2023
1 parent 1386bcf commit f43c502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nosana_node/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
;; :nos/action is the CLI action invoked, as parsed by `use-cli`
(case (:nos/action sys)
"start" (<!! (work-loop sys))
"join-test-grid" (<!! (join-test-grid sys))))
"join-test-grid" (<!! (join-test-grid sys)))
(System/exit 0))
(catch Exception e
(do
(log/log :trace e)
Expand Down

0 comments on commit f43c502

Please sign in to comment.