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 04448d9 commit f155648
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 --all
git ls-remote origin
DIFF_FOLDERS=$(git diff refs/heads/main HEAD --name-only | xargs -n1 dirname | sort -u | tr '\n' ' ')
DIFF_FOLDERS=$(git diff refs/heads/master HEAD --name-only | xargs -n1 dirname | sort -u | tr '\n' ' ')
if [[ $? -ne 0 ]]; then
echo "##vso[task.complete result=Failed;]Get diff folders fails."
Expand Down

0 comments on commit f155648

Please sign in to comment.