diff options
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a1682be..04ca4a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,8 +32,8 @@ jobs: VENV_CHANGED: $[ coalesce(dependencies.test.outputs['check.VENV_CHANGED'], true) ] BASE_PULL: $[ coalesce(dependencies.test.outputs['check.BASE_PULL'], false) ] - - steps: - - script: | - echo "${BASE_CHANGED}" - echo "${VENV_CHANGED}" - echo "${BASE_PULL}" + steps: + - script: | + echo "${BASE_CHANGED}" + echo "${VENV_CHANGED}" + echo "${BASE_PULL}" |