Skip to content

Commit

Permalink
+5
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 12, 2024
1 parent 7f727db commit fadc6a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,15 @@ jobs:
git fetch --depth=1 --no-tags --filter=tree:0 $submodule_by_repo[$repo].fork_url $subm_fetch_specs[$repo]
if (-not $?) { throw "git fetch failed" }
}
# To check if trivial_core_sha was amended/rebased, we need all branches and their relationships in core repo
git fetch --all
Write-Host "=============================="
git --no-pager log -50 --graph --pretty=oneline --abbrev-commit --all
git --no-pager log --graph --pretty=oneline --abbrev-commit --all
Write-Host "=============================="
Write-Host "Building exec_list"
Expand Down

0 comments on commit fadc6a5

Please sign in to comment.