X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FMakefile;h=ac5a40106114d590fe83d0180477d5eb43d2caad;hb=69b532b05f993931ce73b997de85123a7da09d35;hp=0dcb3dfeebad700b82a84842a661688c598b9e27;hpb=09a1e974bb70fb9b02a9a0fb41f421fdf7457cbd;p=osm%2Fdevops.git diff --git a/docker/Makefile b/docker/Makefile index 0dcb3dfe..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 Keystone +#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