diff options
| author | 2019-06-30 12:11:48 -0700 | |
|---|---|---|
| committer | 2019-06-30 12:11:48 -0700 | |
| commit | 1a6f66903f37b1b7d650d855872551e9a5a51cfb (patch) | |
| tree | 922bf02df4bce0fd4d64ed1f3587bd60f5181da4 | |
| parent | Use multi-line folded scalar for condition (diff) | |
Set BASE_PULL to true
| -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 c5eb593..453526a 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]False" + echo "##vso[task.setvariable variable=BASE_PULL;isOutput=true]True" name: check displayName: 'Set Variables' |