diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-10-09 20:59:32 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2020-10-09 22:44:45 +0200 |
commit | 3a3e9fcdd1141928473b5f793e224204eafe8f1b (patch) | |
tree | 9864e441b8d85cbb614c2e5c73f7cb7e8c555b95 /heat/vFW_CNF_CDS/templates/Makefile | |
parent | 0806ad4aec588a090f4588bf64f68d1804d51113 (diff) |
vFW CDS CNF CBA with native k8s profile upload
vFW CDS CNF CBA with native k8s profile upload
Change-Id: Ic3357982af534ea261d4d617e050dc33bc339645
Issue-ID: INT-1658
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/Makefile')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile index 66dbb298..38a4b389 100644 --- a/heat/vFW_CNF_CDS/templates/Makefile +++ b/heat/vFW_CNF_CDS/templates/Makefile @@ -19,7 +19,7 @@ base: package/ cp base/* package/ cba: package/ - cd cba/ && zip -r $(CBA_NAME).zip . + cd cba/ && zip -r $(CBA_NAME).zip . -x pom.xml .idea/\* target/\* mv cba/$(CBA_NAME).zip package/ package/: |