From 15a923f822d2e1ad0c6991232c06b68d2f58744f Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 17 Jan 2018 18:44:20 +0000 Subject: [PATCH] Initiate waiverdb build (from candidate-registry base image). --- playbooks/openshift-apps/waiverdb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index b18f39865c..b3ef6b290e 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -50,6 +50,7 @@ when: env != "staging" - { role: openshift/object, app: waiverdb, file: imagestream.yml } - { role: openshift/object, app: waiverdb, file: buildconfig.yml } + - { role: openshift/start-build, app: waiverdb, name: waiverdb-docker-build } - { role: openshift/object, app: waiverdb, template: configmap.yml } - { role: openshift/object, app: waiverdb, file: service.yml } - { role: openshift/object, app: waiverdb, file: route.yml }