From 07b44fd997036bd8efcce4bd374786dc5ab7f7c1 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 18 Jun 2020 12:17:08 -0700 Subject: Fix typo in docker verify path xtesting-infra-healthcheck path was missing the 'docker' directory. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I1fc409c3dd8e1144249accfbc695f633ff2707ec --- jjb/integration/xtesting/integration-xtesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/xtesting/integration-xtesting.yaml b/jjb/integration/xtesting/integration-xtesting.yaml index d68c6eff6..994f0f362 100644 --- a/jjb/integration/xtesting/integration-xtesting.yaml +++ b/jjb/integration/xtesting/integration-xtesting.yaml @@ -52,7 +52,7 @@ project-name: 'integration-xtesting-infra-healthcheck' docker-root: ./infra-healthcheck docker-name: 'onap/xtesting-infra-healthcheck' - docker-build-args: '-f ./Dockerfile' + docker-build-args: '-f ./docker/Dockerfile' - gerrit-docker-merge: project-name: 'integration-xtesting-infra-healthcheck' docker-root: ./infra-healthcheck -- cgit 1.2.3-korg