aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-29 20:53:16 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:53:16 -0700
commita4fe07e2c430ea2c3dab47d6bb2fac37a6d050b5 (patch)
treea7edb45d2b2fa88b36c2e849a7d725e8f9acd916
parentTry again to fix the condition (diff)
Unset BASE_PULL
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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'