diff options
author | 2019-03-09 07:15:13 +0000 | |
---|---|---|
committer | 2019-03-09 07:15:13 +0000 | |
commit | b12ea28df33b36724c45d8358ef33cfcd44c5cc4 (patch) | |
tree | 5179f3de02aecb050dc1a4a04d34522755edd402 /azure-pipelines.yml | |
parent | Update pool build to Ubuntu 18.04 (diff) |
Revert to 16.04 build pools.
Diffstat (limited to '')
-rw-r--r-- | azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8a2127f1..4031da8c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ jobs: - job: lint_misc displayName: Lint others pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-16.04 steps: - script: | @@ -28,7 +28,7 @@ jobs: - job: lint_python displayName: Lint Python pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-16.04 strategy: matrix: @@ -59,7 +59,7 @@ jobs: - lint_misc - lint_python pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-16.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-18.04 + vmImage: ubuntu-16.04 steps: - task: Docker@1 |