From: Jessica Wagantall Date: Thu, 18 Jun 2020 19:17:08 +0000 (-0700) Subject: Fix typo in docker verify path X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F109322%2F1;p=ci-management.git 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 --- 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