aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>2019-03-09 07:16:57 +0000
committerGravatar azure-pipelines[bot] <azure-pipelines[bot]@users.noreply.github.com>2019-03-09 07:16:57 +0000
commitc56bcffb830bc765bf532feef04fa31ad76b65d2 (patch)
treea62110ade8e14584eb290af614b3c0d92ae41c9f
parentUpdate pool build to Ubuntu 18.04 (diff)
Revert to 16.04 build pools.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3453af200..7e33459b7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,7 +10,7 @@ jobs:
displayName: 'Lint & Test'
pool:
- vmImage: 'Ubuntu 18.04'
+ vmImage: ubuntu-16.04
variables:
PIPENV_CACHE_DIR: ".cache/pipenv"