diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-08-07 14:48:10 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-08-07 14:48:14 -0700 |
commit | e2ba23df08cc5e38e899d1dda0bf488112c3819b (patch) | |
tree | bb85dc163fa7fb99c4fa85287e62be62d255847f | |
parent | 4c2104901c641902ea67176ea73715486df83fb1 (diff) |
Update path for makefile build
Now that we have the monitor operator in the src tree,
we need a way to build that as well. A top level Makefile
has been added to the repo and this patch just ensures that
the new Makefile is executed during builds.
Issue-ID: MULTICLOUD-666
Change-Id: I4b8a485921c5730139c5cacd245e8b35a10003e3
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
-rw-r--r-- | jjb/multicloud/multicloud-k8s.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/multicloud/multicloud-k8s.yaml b/jjb/multicloud/multicloud-k8s.yaml index d4aa0befd..c015a674a 100644 --- a/jjb/multicloud/multicloud-k8s.yaml +++ b/jjb/multicloud/multicloud-k8s.yaml @@ -2,7 +2,7 @@ - project: name: multicloud-k8s project-name: 'multicloud-k8s' - path: 'src/k8splugin' + path: 'src' golangver: 'golang112' jobs: - '{project-name}-{stream}-{subproject}-verify-python' |