From cd4e72d1961d55f3d4e7c351ddb92f601cb4dc9b Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 29 Aug 2019 13:30:26 -0500
Subject: [PATCH] Remove extraneous quoting from Azure

---
 azure-pipelines.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 72830538..06f34018 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,7 +10,7 @@ jobs:
             set -e
             CONDA_ENVIRONMENT=.test-conda-env-py3.yml
             curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
-            ". ./build-and-test-py-project-within-miniconda.sh"
+            . ./build-and-test-py-project-within-miniconda.sh
 
         displayName: 'Pytest Conda'
 
-- 
GitLab