From 75b913c96cdc4b40df719b3ba6a39bcb0909ae77 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 16 Feb 2018 12:27:19 +0000 Subject: [PATCH] Different name Signed-off-by: Patrick Uiterwijk --- playbooks/openshift-apps/transtats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/transtats.yml b/playbooks/openshift-apps/transtats.yml index ddd64fcd02..237ca2839a 100644 --- a/playbooks/openshift-apps/transtats.yml +++ b/playbooks/openshift-apps/transtats.yml @@ -17,7 +17,7 @@ - { role: openshift/object, app: transtats, template: secret.yml } - { role: openshift/object, app: transtats, file: imagestream.yml } - { role: openshift/object, app: transtats, file: buildconfig.yml } - - { role: openshift/start-build, app: transtats, name: transtats-docker-build } + - { role: openshift/start-build, app: transtats, name: transtats-build } - { role: openshift/object, app: transtats, file: service.yml } - { role: openshift/object, app: transtats, file: route.yml } - { role: openshift/object, app: transtats, file: deploymentconfig.yml }