Fix typo in docker verify path 22/109322/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 18 Jun 2020 19:17:08 +0000 (12:17 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 18 Jun 2020 19:17:08 +0000 (12:17 -0700)
xtesting-infra-healthcheck path was missing the
'docker' directory.

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I1fc409c3dd8e1144249accfbc695f633ff2707ec

jjb/integration/xtesting/integration-xtesting.yaml

index d68c6ef..994f0f3 100644 (file)
@@ -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