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