From b004cbc5f697c6c6f5011eab66115c584a732766 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 13 Oct 2017 15:59:06 +0000 Subject: Fix blueprint push location Issue-Id: DCAEGEN2-128 Change-Id: Icc62dd8c10101b57cdde3d98bbfd6cc6c189055d Signed-off-by: Lusheng Ji --- mvn-phase-script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 184ac99..3da3e01 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -115,7 +115,11 @@ install) ;; deploy) echo "==> deploy phase script" - upload_files_of_extension yaml + if [ -z "$MVN_PROJECT_MODULEID" ]; then + upload_files_of_extension yaml + else + upload_files_of_extension yaml "$MVN_PROJECT_MODULEID" + fi ;; *) echo "==> unprocessed phase" -- cgit 1.2.3-korg