summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/ci-git-rebase.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/ci-git-rebase.yml')
-rw-r--r--azure-pipelines/templates/ci-git-rebase.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/ci-git-rebase.yml b/azure-pipelines/templates/ci-git-rebase.yml
index 514c66744..96a23a540 100644
--- a/azure-pipelines/templates/ci-git-rebase.yml
+++ b/azure-pipelines/templates/ci-git-rebase.yml
@@ -6,5 +6,5 @@ steps:
git config user.email 'info@openttd.org'
git config user.name 'OpenTTD CI'
git rebase origin/${SYSTEM_PULLREQUEST_TARGETBRANCH}
- displayName: 'Rebase to $(System.PullRequest.TargetBranch)'
+ displayName: 'Rebase to target branch'
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))