From b83cf5bb3c6c331a2780bc7f276fec0da72748c0 Mon Sep 17 00:00:00 2001 From: Amit Rout Date: Wed, 24 Jun 2020 18:25:06 +0530 Subject: [PATCH] Updating script path in Dockerfile for multistage test (#3412) --- openshift-ci/build-root/multistage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-ci/build-root/multistage/Dockerfile b/openshift-ci/build-root/multistage/Dockerfile index 8dacf86f3..747b3d866 100644 --- a/openshift-ci/build-root/multistage/Dockerfile +++ b/openshift-ci/build-root/multistage/Dockerfile @@ -6,5 +6,5 @@ RUN yum -y install make wget gcc git httpd-tools # This is a temporary change to make sure that it should run on both template based as well as multi-stage test # will remove this change once we completely migrate to multi-stage test infra -COPY openshift-ci/build-root/check-oc.sh . +COPY openshift-ci/build-root/multistage/check-oc.sh . RUN ./check-oc.sh