Skip to content

Commit

Permalink
Reverted changes in build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DuesselbergAdrian committed Sep 12, 2024
1 parent 8740d90 commit 1ce631e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/root-ci-config/build_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,7 @@ def rebase(directory: str, repository:str, base_ref: str, head_ref: str, head_sh
git config user.name 'ROOT Continous Integration'
git fetch {repository} {branch}
git checkout {head_ref} -f
git status
git diff
git reset --hard
git checkout {head_ref}
git rebase {base_ref}
""")

Expand Down

0 comments on commit 1ce631e

Please sign in to comment.