From 9b41bdcf26fd80030a745eb8cef6acc8887162e8 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Sat, 12 Jan 2019 15:18:13 +0100 Subject: [PATCH] MDAPI: fix the name of the build config in Openshift Signed-off-by: Clement Verna --- playbooks/openshift-apps/mdapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/openshift-apps/mdapi.yml b/playbooks/openshift-apps/mdapi.yml index 212fcb2bb5..1fc4bf01ab 100644 --- a/playbooks/openshift-apps/mdapi.yml +++ b/playbooks/openshift-apps/mdapi.yml @@ -38,8 +38,8 @@ - role: openshift/start-build app: mdapi - buildname: asknot-build - objectname: asknot-build + buildname: mdapi-build + objectname: mdapi-build - role: openshift/object app: mdapi