mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-21 04:29:42 +01:00
Fix e4cc06f67
: [AzurePipelines] rebase only for PRs
This commit is contained in:
parent
e4cc06f67e
commit
26b0615c47
@ -5,5 +5,6 @@ steps:
|
||||
- bash: |
|
||||
git config user.email 'info@openttd.org'
|
||||
git config user.name 'OpenTTD CI'
|
||||
git rebase origin/$SYSTEM_PULLREQUEST_TARGETBRANCH
|
||||
git rebase origin/${SYSTEM_PULLREQUEST_TARGETBRANCH}
|
||||
displayName: 'Rebase to $(System.PullRequest.TargetBranch)'
|
||||
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
|
||||
|
Loading…
Reference in New Issue
Block a user