From 5149d87c348555184e2ecc48e57697531c5ff38b Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 31 Aug 2019 11:20:46 +0200 Subject: Remove Features containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 610b17b4..d5ca6bfc 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) -- cgit 1.2.3-korg