From 52e09dffb9dd49b9ded2b2c45dfe04463a249f6f Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 20 Feb 2020 21:25:47 -0800 Subject: [PATCH] Updated display name --- deploy/aro/catalog-api/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/aro/catalog-api/azure-pipelines.yml b/deploy/aro/catalog-api/azure-pipelines.yml index e253a3fd6..e24f7d84d 100644 --- a/deploy/aro/catalog-api/azure-pipelines.yml +++ b/deploy/aro/catalog-api/azure-pipelines.yml @@ -33,4 +33,4 @@ stages: displayName: 'Set OpenShift Project Context' - script: 'oc process -f ./deploy/aro/openshift-templates/catalogapi-deploy-template.yml -p IMAGE_REGISTRY_PROJECT_NAME=$(SourceImageRegistryProjectName) -p PIC_BASE_URL=$(PicBaseUrl) -p RABBITMQ_HOSTNAME=$(RabbitMqHostname) | oc apply -f-' failOnStderr: true - displayName: 'Ensure Identity API OpenShift DeploymentConfig and Service' \ No newline at end of file + displayName: 'Ensure Catalog API OpenShift DeploymentConfig and Service' \ No newline at end of file