Skip to content

Commit 1ce631e

Browse files
Reverted changes in build.py
1 parent 8740d90 commit 1ce631e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,7 @@ def rebase(directory: str, repository:str, base_ref: str, head_ref: str, head_sh
434434
git config user.name 'ROOT Continous Integration'
435435
436436
git fetch {repository} {branch}
437-
git checkout {head_ref} -f
438-
git status
439-
git diff
440-
git reset --hard
437+
git checkout {head_ref}
441438
git rebase {base_ref}
442439
""")
443440

0 commit comments

Comments
 (0)