From a4fe07e2c430ea2c3dab47d6bb2fac37a6d050b5 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 29 Jun 2019 20:53:16 -0700 Subject: Unset BASE_PULL --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8550d8..eab6746 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ jobs: - script: | echo "##vso[task.setvariable variable=BASE_CHANGED;isOutput=true]false" echo "##vso[task.setvariable variable=VENV_CHANGED;isOutput=true]false" - echo "##vso[task.setvariable variable=BASE_PULL;isOutput=true]true" + # echo "##vso[task.setvariable variable=BASE_PULL;isOutput=true]true" name: check displayName: 'Set Variables' -- cgit v1.2.3