Skip to content

Commit 5a676ae

Browse files
Testing root CI
1 parent e5de190 commit 5a676ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/root-ci-config/build_root.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ def rebase(directory: str, repository:str, base_ref: str, head_ref: str, head_sh
434434
435435
git fetch {repository} {branch}
436436
git checkout {head_ref}
437+
git status
438+
git diff
439+
git reset --hard
437440
git rebase {base_ref}
438441
""")
439442

0 commit comments

Comments
 (0)