aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-05-14 10:17:33 -0400
committerTakamune Cho <takamune.cho@att.com>2019-05-14 21:41:40 +0000
commitb2e631247a19c3b3825e2eec336ad17669d42215 (patch)
treed3a122641ca9d035a5a30bbf940e9dfba4f7260a
parent8976605a14eece4e18929132a0f1a26156961474 (diff)
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 <takamune.cho@att.com>
-rw-r--r--installation/appc/src/main/scripts/installZips.sh1
1 files changed, 0 insertions, 1 deletions
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}