diff options
author | 2018-11-16 10:45:19 +0000 | |
---|---|---|
committer | 2018-11-16 10:45:19 +0000 | |
commit | 16a6fa5375b63e8c4ab79b03ca45397d5f7f9a27 (patch) | |
tree | c3b79ab5a69bc74be0bed9be31a6da53ec79a9b5 | |
parent | Initial Azure Pipelines test (diff) |
Azure: 'jobs' is not allowed.
'pool' is already defined and is mutually exclusive.
-rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8dcd67e0..ee540b70d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,5 @@ # https://aka.ms/yaml -pool: - vmImage: 'Ubuntu 16.04' - variables: ENV LIBRARY_PATH: /lib:/usr/lib ENV PIPENV_HIDE_EMOJIS: 1 |