From: Patrick Brady Date: Mon, 12 Feb 2018 22:26:51 +0000 (-0500) Subject: Remove command exec download X-Git-Tag: v1.3.0~41 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F31521%2F1;p=appc%2Fdeployment.git 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 Issue-ID: APPC-444 --- 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 \