From 7925667bf3797767bbef2bb86b7cd4df81da29a9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 18 Nov 2018 00:56:58 +0000 Subject: Azure: Fix env vars in YAML --- azure-pipelines.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fe7486a5c..bc523fb31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,11 +1,10 @@ # https://aka.ms/yaml variables: - ENV LIBRARY_PATH: /lib:/usr/lib - ENV PIPENV_HIDE_EMOJIS: 1 - ENV PIPENV_IGNORE_VIRTUALENVS: 1 - ENV PIPENV_NOSPIN: 1 - ENV PIPENV_VENV_IN_PROJECT: 1 + PIPENV_HIDE_EMOJIS: 1 + PIPENV_IGNORE_VIRTUALENVS: 1 + PIPENV_NOSPIN: 1 + PIPENV_VENV_IN_PROJECT: 1 jobs: - job: test -- cgit v1.2.3