diff options
author | 2019-06-29 21:13:10 -0700 | |
---|---|---|
committer | 2019-06-29 21:13:10 -0700 | |
commit | 60bc50f5a6701b11d9965426cf617ded21d9e1e4 (patch) | |
tree | d9da085f45bcdce06919b4b6214c3cee41340a83 | |
parent | More comparisons (diff) |
Set to False again
-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 9606c0b..bcb6c54 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]False" name: check displayName: 'Set Variables' |