diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-06-18 12:17:08 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2020-06-18 12:17:08 -0700 |
commit | 07b44fd997036bd8efcce4bd374786dc5ab7f7c1 (patch) | |
tree | c3e1d79be6d10a9e3e043288c18930a3711db1db | |
parent | 495a167d6cf34b40fed9a43b1676f03cbdd47e14 (diff) |
Fix typo in docker verify path
xtesting-infra-healthcheck path was missing the
'docker' directory.
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I1fc409c3dd8e1144249accfbc695f633ff2707ec
-rw-r--r-- | jjb/integration/xtesting/integration-xtesting.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |