From ef744fa589e07bde4376707733163bf569f70b1e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 12 Feb 2024 14:41:29 +0000 Subject: [PATCH] ci_run_n_monitor: explain why/when there might be no tracked remote Part-of: --- bin/ci/ci_run_n_monitor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 264a71c0903..454dc084969 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -435,6 +435,7 @@ if __name__ == "__main__": branch_name, ]).decode('ascii').strip() + # Ignore local branches that do not track any remote if tracked_remote: remote_rev = check_output([ 'git', 'rev-parse', tracked_remote,