Commit d70f18e451fe66a5db7425d0da25d6b741fc0522

Thomas de Grivel 2023-02-28T11:54:30

ci_mux

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/rbpkg.rb b/lib/rbpkg.rb
index 5b07ad7..c05b7a6 100644
--- a/lib/rbpkg.rb
+++ b/lib/rbpkg.rb
@@ -58,7 +58,7 @@ module Rbpkg
     status = ci_mux_status_hosts
     final_status = ci_mux_status(status)
     log = ci_mux_log_hosts(status, final_status)
-    ci_mux_log(log)
+    ci_mux_log(log, final_status)
   end
 
   def self.ci_mux_log(log, final_status)