aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
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 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)