Skip to content

Commit 16178eb

Browse files
committed
TEST: do not rebase, just fetch the right branch in the CI
1 parent 9a3cfd5 commit 16178eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/root-ci-config/build_root.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def rebase(directory: str, repository:str, base_ref: str, head_ref: str, head_sh
431431
432432
git fetch {repository} {branch}
433433
git checkout {head_ref}
434-
git rebase {base_ref}
434+
echo **TEST SKIPPING THE REBASE**: too much to handle! -- git rebase {base_ref}
435435
""")
436436

437437
if result != 0:

0 commit comments

Comments
 (0)