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 }