mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 04:59:11 +00:00
Fix e4cc06f67
: [AzurePipelines] rebase only for PRs
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user