Skip to content

Commit

Permalink
Testing root CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DuesselbergAdrian committed Aug 29, 2024
1 parent e5de190 commit 5a676ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/root-ci-config/build_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,9 @@ def rebase(directory: str, repository:str, base_ref: str, head_ref: str, head_sh
git fetch {repository} {branch}
git checkout {head_ref}
git status
git diff
git reset --hard
git rebase {base_ref}
""")

Expand Down

0 comments on commit 5a676ae

Please sign in to comment.