Workaround for Bug 1262
Disable the build of light-ui until it can be updated with a newer
version of Ubuntu, Python 3 and NPM.
Change-Id: I6ed11216c4ba71fd784c113342d49bd941349fd3
Signed-off-by: beierlm <mark.beierl@canonical.com>
(cherry picked from commit c3a33005ded347572dcf09d49df469ac88a67db7)
diff --git a/docker/Makefile b/docker/Makefile
index a3b4028..ac5a401 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -14,5 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
-SUBDIRS = MON NBI osmclient RO LCM light-ui POL Keystone NG-UI PLA tests
+#SUBDIRS = MON NBI osmclient RO LCM light-ui POL Keystone NG-UI PLA tests
+SUBDIRS = MON NBI osmclient RO LCM POL Keystone NG-UI PLA tests
include mk/dirs.mk