X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FMakefile;h=ac5a40106114d590fe83d0180477d5eb43d2caad;hb=refs%2Fchanges%2F35%2F9835%2F1;hp=b0dc1f19da1c0b6411c918ca9a00b666afa3590c;hpb=13d76c8224da1ff6ad5181a03af9f4085dae95d4;p=osm%2Fdevops.git diff --git a/docker/Makefile b/docker/Makefile index b0dc1f19..ac5a4010 100644 --- a/docker/Makefile +++ b/docker/Makefile @@ -1,5 +1,6 @@ # # Copyright 2017 Sandvine +# Copyright 2020 ETSI # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,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 pm +#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