diff options
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/Makefile')
-rw-r--r-- | heat/vFW_CNF_CDS/templates/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vFW_CNF_CDS/templates/Makefile b/heat/vFW_CNF_CDS/templates/Makefile index 7ca4ac04..3f0a39a6 100644 --- a/heat/vFW_CNF_CDS/templates/Makefile +++ b/heat/vFW_CNF_CDS/templates/Makefile @@ -13,6 +13,8 @@ all: package/ helm base cba cd package_native/ && zip -r $(NATIVE_ONBOARDING_PACKAGE_NAME).zip . mv package_dummy/$(DUMMY_ONBOARDING_PACKAGE_NAME).zip . mv package_native/$(NATIVE_ONBOARDING_PACKAGE_NAME).zip . + cp $(DUMMY_ONBOARDING_PACKAGE_NAME).zip ../automation/vsp/ + cp $(NATIVE_ONBOARDING_PACKAGE_NAME).zip ../automation/vsp/ helm: package/ make -C helm |