Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yutongzhang-microsoft committed Jan 6, 2025
1 parent a776286 commit d550b5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
git fetch origin
# git ls-remote origin
git fetch origin refs/pull/$(System.PullRequest.PullRequestNumber)/merge refs/pull/$(System.PullRequest.PullRequestNumber)/head
git fetch origin refs/pull/$(System.PullRequest.PullRequestNumber)/merge:refs/pull/$(System.PullRequest.PullRequestNumber)/merge refs/pull/$(System.PullRequest.PullRequestNumber)/head:refs/pull/$(System.PullRequest.PullRequestNumber)/head
DIFF_FOLDERS=$(git diff refs/pull/$(System.PullRequest.PullRequestNumber)/merge refs/pull/$(System.PullRequest.PullRequestNumber)/head --name-only | xargs -n1 dirname | sort -u | tr '\n' ' ')
Expand Down

0 comments on commit d550b5a

Please sign in to comment.