aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-11-16 12:28:59 +0000
committerGravatar Gareth Coles <[email protected]>2018-11-16 12:28:59 +0000
commit433871f52e5af50234b65ba35d198f907ef5565f (patch)
tree28abdf83ddef247a661089794fcb6d988cbbc7fa /azure-pipelines.yml
parentAzure: I hate bash. (diff)
Azure: Finish deployment; skip if PR
GitLab: Remove deployment step
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bce6dbce4..534742f4f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -9,7 +9,7 @@ variables:
jobs:
- job: test
- displayName: 'Lint and test'
+ displayName: 'Lint & Test'
pool:
vmImage: 'Ubuntu 16.04'
@@ -38,7 +38,7 @@ jobs:
displayName: 'Run linter'
- job: build
- displayName: 'Build containers'
+ displayName: 'Build Containers'
dependsOn: 'test'
steps: