diff options
author | Victor Morales <victor.morales@intel.com> | 2018-08-28 14:06:39 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-08-28 14:24:21 -0700 |
commit | 7778c3e745405e8d26ef4f00387c4b661f0f73e9 (patch) | |
tree | c5c55efac59d8b469a504e1e9a74f80412762fc5 /.gitmodules | |
parent | 293ef4c978f74f2c4c84280d7a064528265be753 (diff) |
Add MultiCloud Kubernetes documentation
This change includes the multicloud/k8s plugin as git submodule.
This prevents the not found errors during the execution of Jenkins
documentation jobs.
Change-Id: I3a376abef825ed25547c51b9ec399698c109558d
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ec64ed9eb..886623fba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -133,6 +133,11 @@ url = ../multicloud/framework branch = . ignore = dirty +[submodule "docs/submodules/multicloud/k8s.git"] + path = docs/submodules/multicloud/k8s.git + url = ../multicloud/k8s + branch = . + ignore = dirty [submodule "docs/submodules/ccsdk/dashboard.git"] path = docs/submodules/ccsdk/dashboard.git url = ../ccsdk/dashboard |