From a1334d3b30ca23afcba395cc2df33dd6425b847c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 13 Feb 2020 22:23:36 -0600 Subject: [PATCH] Fixed indentation --- deploy/aro/basket-api/azure-pipelines.yml | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/deploy/aro/basket-api/azure-pipelines.yml b/deploy/aro/basket-api/azure-pipelines.yml index c5f55e735..4cfdb8f7b 100644 --- a/deploy/aro/basket-api/azure-pipelines.yml +++ b/deploy/aro/basket-api/azure-pipelines.yml @@ -14,18 +14,18 @@ stages: - job: Configuration pool: vmImage: 'windows-latest' - steps: - - task: DownloadPipelineArtifact@2 - displayName: 'Download Artifacts' - inputs: - pipeline: BasketApiBuild - - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 - displayName: 'Setup Openshift CLI' - inputs: - openshiftService: $(OpenShiftServiceConnection) - - script: 'oc project $(OpenShiftProject)' - failOnStderr: true - displayName: 'Set OpenShift Project Context' - - script: 'oc process -f $(Pipeline.Workspace)/openshift-webapp-deploy-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-' - failOnStderr: true - displayName: 'Ensure OpenShift DeploymentConfig and Service' \ No newline at end of file + steps: + - task: DownloadPipelineArtifact@2 + displayName: 'Download Artifacts' + inputs: + pipeline: BasketApiBuild + - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 + displayName: 'Setup Openshift CLI' + inputs: + openshiftService: $(OpenShiftServiceConnection) + - script: 'oc project $(OpenShiftProject)' + failOnStderr: true + displayName: 'Set OpenShift Project Context' + - script: 'oc process -f $(Pipeline.Workspace)/openshift-webapp-deploy-template.yml -p APPLICATION_NAME=$(AppName) | oc apply -f-' + failOnStderr: true + displayName: 'Ensure OpenShift DeploymentConfig and Service' \ No newline at end of file