From 9b46cc91ffc1db172a99b4737d875e5bd66374f8 Mon Sep 17 00:00:00 2001 From: Monis Khan Date: Thu, 21 Feb 2019 21:30:03 -0500 Subject: [PATCH] Add cmd/openshift-integrated-oauth-server as compile target Signed-off-by: Monis Khan --- hack/lib/constants.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/lib/constants.sh b/hack/lib/constants.sh index e5c4c6cd32d6..aa64e2d8010b 100755 --- a/hack/lib/constants.sh +++ b/hack/lib/constants.sh @@ -39,6 +39,7 @@ readonly OS_IMAGE_COMPILE_TARGETS_LINUX=( cmd/openshift-sdn cmd/openshift-tests cmd/openshift + cmd/openshift-integrated-oauth-server vendor/k8s.io/kubernetes/cmd/hyperkube ) readonly OS_SCRATCH_IMAGE_COMPILE_TARGETS_LINUX=(