aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:20:46 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-08-31 11:23:48 +0200
commita9faa59024b8fa8ae48baae109a0f4478a70297b (patch)
treeabc4148537da516e0bc3ace5e850a8b0138ef2e0 /build.sh
parentc01c2773e79cc8f483b28f64750226f90cbaf2d2 (diff)
Remove Features containers
Most the features are stopped and Functest shouldn't host dead code. Functest is a framework (Docker and Python modules) which can be still reused by any third-party (OPNFV Feature or anything else) in its tree and CI Change-Id: Ie2f5beddd21b09aabfbdf2bb2f3366e652d43b3a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 5149d87c348555184e2ecc48e57697531c5ff38b)
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 6f0ab5e7..2a1cf2d5 100644
--- a/build.sh
+++ b/build.sh
@@ -6,8 +6,7 @@ repo=${REPO:-opnfv}
amd64_dirs=${amd64_dirs-"\
docker/core \
docker/healthcheck \
-docker/smoke \
-docker/features"}
+docker/smoke"}
arm64_dirs=${arm64_dirs-${amd64_dirs}}
build_opts=(--pull=true --no-cache --force-rm=true)