From f46f8d36e557a83671cdd2a26e5bbfc8d223c78d Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 13 Feb 2020 22:06:28 -0600 Subject: [PATCH] Updated deploy pipeline --- deploy/aro/basket-api/azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deploy/aro/basket-api/azure-pipelines.yml b/deploy/aro/basket-api/azure-pipelines.yml index b6d2e261b..72e8f231a 100644 --- a/deploy/aro/basket-api/azure-pipelines.yml +++ b/deploy/aro/basket-api/azure-pipelines.yml @@ -7,13 +7,16 @@ resources: - pipeline: BasketApiBuild source: Basket-API-Build stages: - - stage: $(OpenShiftProject) + - stage: development displayName: Development jobs: - job: Configuration pool: vmImage: 'windows-latest' steps: + - task: DownloadPipelineArtifact@2 + inputs: + pipeline: BasketApiBuild - task: redhat.openshift-vsts.oc-setup-task.oc-setup@2 displayName: 'oc-setup ' inputs: