Skip to content

Commit

Permalink
everything is origin
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed Oct 21, 2023
1 parent c255ef5 commit 1806591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fi
fetchRemoteGitHistory "${merge_instance_branch}"
fetchRemoteGitHistory "${pr_branch}" || echo "skipping PR branch fetch"

merge_instance_branch_head_sha=$(git rev-parse "${merge_instance_branch}")
merge_instance_branch_head_sha=$(git rev-parse "origin/${merge_instance_branch}")

pr_branch_head_sha=$(git rev-parse "origin/${pr_branch}")

Expand Down

0 comments on commit 1806591

Please sign in to comment.