summaryrefslogtreecommitdiff
path: root/azure-pipelines-ci.yml
diff options
context:
space:
mode:
authorglx22 <glx22@users.noreply.github.com>2019-05-02 22:17:09 +0200
committerGitHub <noreply@github.com>2019-05-02 22:17:09 +0200
commit8fc2b48db70b89e57d055e4686e49b583574d927 (patch)
tree264d71cecfa4bb7a5817b920f80f1c9f045e27c0 /azure-pipelines-ci.yml
parent3469a2a4452099e4f7e8441693472d4c7333e1f3 (diff)
downloadopenttd-8fc2b48db70b89e57d055e4686e49b583574d927.tar.xz
Fix: [AzurePipeline] ${Agent.JobName} content changed (#7556)
* Fix: [AzurePipeline] ${Agent.JobName} content changed * Fix: [AzurePipeline] also update commit-checker condition
Diffstat (limited to 'azure-pipelines-ci.yml')
-rw-r--r--azure-pipelines-ci.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml
index 789f8f6a3..19c185894 100644
--- a/azure-pipelines-ci.yml
+++ b/azure-pipelines-ci.yml
@@ -38,10 +38,14 @@ jobs:
strategy:
matrix:
- commit-checker: {}
- linux-amd64-clang-3.8: {}
- linux-amd64-gcc-6: {}
- linux-i386-gcc-6: {}
+ commit-checker:
+ Tag: 'commit-checker'
+ linux-amd64-clang-3.8:
+ Tag: 'linux-amd64-clang-3.8'
+ linux-amd64-gcc-6:
+ Tag: 'linux-amd64-gcc-6'
+ linux-i386-gcc-6:
+ Tag: 'linux-i386-gcc-6'
steps:
- template: azure-pipelines/templates/ci-git-rebase.yml
@@ -50,7 +54,7 @@ jobs:
- template: azure-pipelines/templates/linux-build.yml
parameters:
Image: compile-farm-ci
- Tag: $(Agent.JobName)
+ Tag: $(Tag)
- job: macos
displayName: 'MacOS'