aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-05-14 10:17:33 -0400
committerTaka Cho <takamune.cho@att.com>2019-05-14 10:40:02 -0400
commit1e23fc8cfc3b87e5e16323bf2fa0e8290208f928 (patch)
tree326566e4c5dedc69664bca7ad75a8eee50e43f4b
parent7480619227377cade2f2119865a87b41641314c5 (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}