Update LaaS Docker Build Dockerfile Path 87/63387/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 10 Oct 2018 20:14:19 +0000 (13:14 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 10 Oct 2018 20:15:16 +0000 (13:15 -0700)
The dockerfile path is relative to the dockerdir, not the root of the
cloned repository.

Change-Id: I7836abf8f15d4d9f14cb8d39bc951ec9341d39ba
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/releng/opnfv-docker.yaml

index 7135967..40e62b3 100644 (file)
       - 'pharos-tools-laas-dashboard':
           project: 'pharos-tools'
           dockerdir: 'dashboard'
-          dockerfile: 'dashboard/web/Dockerfile'
+          dockerfile: 'web/Dockerfile'
           <<: *master
           <<: *pharos_tools_receivers
       - 'pharos-tools-laas-celery':
           project: 'pharos-tools'
           dockerdir: 'dashboard'
-          dockerfile: 'dashboard/worker/Dockerfile'
+          dockerfile: 'worker/Dockerfile'
           <<: *master
           <<: *pharos_tools_receivers
       - 'qtip':