From: Taka Cho Date: Tue, 14 May 2019 14:17:33 +0000 (-0400) Subject: change installZips.sh for docker release X-Git-Tag: 1.6.2~19 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=appc%2Fdeployment.git;a=commitdiff_plain;h=1e23fc8cfc3b87e5e16323bf2fa0e8290208f928 change installZips.sh for docker release the line I deleted does not use in any where in deployment Change-Id: I0eda718426686abea94fd553821446d0530f3710 Issue-ID: APPC-1595 Signed-off-by: Taka Cho --- diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index b6ca122..a151215 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -72,7 +72,6 @@ APPC_FEATURES=" \ appc-design-services \ appc-interfaces-service" -FEATURES_PER_DIRECTORY=$(($(echo $APPC_FEATURES|wc -w)/$FEATURE_DIRECTORY_COUNT)) APPC_VERSION=${APPC_VERSION:-0.0.1} APPC_CDT_VERSION=${APPC_CDT_VERSION:-0.0.1}