aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorGravatar azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>2019-03-09 07:04:46 +0000
committerGravatar azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>2019-03-09 07:04:46 +0000
commit0c14836cc3dbf77604d326b29be66b21cf8fc7b9 (patch)
tree33f65bffb76c1ad06b251a8c4894a8d091071734 /azure-pipelines.yml
parentUpdate Django to 2.1.7. (diff)
Update pool build to Ubuntu 18.04
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 4031da8c..8a2127f1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -4,7 +4,7 @@ jobs:
- job: lint_misc
displayName: Lint others
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-18.04
steps:
- script: |
@@ -28,7 +28,7 @@ jobs:
- job: lint_python
displayName: Lint Python
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-18.04
strategy:
matrix:
@@ -59,7 +59,7 @@ jobs:
- lint_misc
- lint_python
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-18.04
strategy:
matrix:
Python 3.6 with PostgreSQL 10:
@@ -120,7 +120,7 @@ jobs:
dependsOn: test
condition: and(succeeded(), eq(variables['build.sourceBranch'], 'refs/heads/django'))
pool:
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-18.04
steps:
- task: Docker@1