diff options
author | 2019-06-29 20:53:16 -0700 | |
---|---|---|
committer | 2019-06-29 20:53:16 -0700 | |
commit | a4fe07e2c430ea2c3dab47d6bb2fac37a6d050b5 (patch) | |
tree | a7edb45d2b2fa88b36c2e849a7d725e8f9acd916 | |
parent | Try again to fix the condition (diff) |
Unset BASE_PULL
-rw-r--r-- | azure-pipelines.yml | 2 |
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' |