From 2010e15a9d400b1f81b95cc3b6bdc1cde8ea902a Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 29 Jun 2019 20:07:50 -0700 Subject: Fix syntax --- azure-pipelines.yml | 10 +++++----- 1 file 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}" -- cgit v1.2.3