diff options
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 4 |
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: |