From 1e23fc8cfc3b87e5e16323bf2fa0e8290208f928 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Tue, 14 May 2019 10:17:33 -0400 Subject: [PATCH] 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 --- installation/appc/src/main/scripts/installZips.sh | 1 - 1 file changed, 1 deletion(-) 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} -- 2.16.6