From c6605051ed782f73e499cc95fb92517fde301395 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Wed, 5 Sep 2018 06:44:16 -0700 Subject: [PATCH] Updated git submodules Project: multicloud/k8s master 849f6ae8239a818ed03954e581f1818899d86b9c Use local changes to build images The current implementation is using an external copy of the source code to buil the docker image. This approach makes hard to debug and try new changes during development phase. This change allows to sync local source code folder between host and guest machines. Change-Id: Ia723499f0e113e5adebb46a0cea6662f703695e5 Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-301 --- docs/submodules/multicloud/k8s.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git index 897a3ccd5..849f6ae82 160000 --- a/docs/submodules/multicloud/k8s.git +++ b/docs/submodules/multicloud/k8s.git @@ -1 +1 @@ -Subproject commit 897a3ccd55fb562b029525808797d628808e689e +Subproject commit 849f6ae8239a818ed03954e581f1818899d86b9c -- 2.16.6