diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-12 17:26:51 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-12 17:26:56 -0500 |
commit | c26d4ed102a5f923bcbb197c4be8c0869215d279 (patch) | |
tree | c837eda0c97e354177abf16a95293e6e495c685a | |
parent | 48c27336308516768b4d2244958e729d6d3c9802 (diff) |
Remove command exec download
It was removed from feature install, but we should
also remove it from the script which downloads the
installer to the docker image.
Change-Id: I49af88a458450da3b8739a6523343218ad73781f
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-444
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 1 |
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 dca7ec4..56364c1 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -48,7 +48,6 @@ FEATURE_DIRECTORY_COUNT=4 APPC_FEATURES=" \ appc-sdc-listener \ appc-lifecycle-management \ - appc-command-executor \ appc-provider \ appc-event-listener \ appc-dispatcher \ |