aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-29 21:13:10 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 21:13:10 -0700
commit60bc50f5a6701b11d9965426cf617ded21d9e1e4 (patch)
treed9da085f45bcdce06919b4b6214c3cee41340a83
parentMore comparisons (diff)
Set to False again
-rw-r--r--azure-pipelines.yml2
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'