Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed May 2, 2022
1 parent 37c4e8a commit 53bc9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/compare-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git fetch upstream
displayName: 'Set upstream remote'
- ${{ if or(startsWith(variables['ref1.hash'], 'upstream/pr'), startsWith(variables['ref2.hash'], 'upstream/pr')}}:
- ${{ if or(startsWith(variables['ref1.hash'], 'upstream/pr'), startsWith(variables['ref2.hash'], 'upstream/pr')) }}:
- bash: |
cd $(refdata.dir)
git fetch upstream "+refs/pull/*/head:refs/remotes/upstream/pr/*"
Expand Down

0 comments on commit 53bc9d6

Please sign in to comment.