X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=build.sh;h=7074d8c5af7b37994e1b43faa938d8ab125b09fd;hb=632556645e8b3a4487c59e311e2cd43147c8d082;hp=929f71f1b7f164b94a196f49193efd4c92a0fc3f;hpb=5630796fe55efac8d29bff38d472d84ef03d034a;p=functest.git diff --git a/build.sh b/build.sh index 929f71f1b..7074d8c5a 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ set -e -repo=${repo:-opnfv} +repo=${REPO:-opnfv} amd64_dirs=${amd64_dirs-"\ docker/core \ docker/healthcheck \ @@ -11,6 +11,7 @@ docker/features \ docker/components \ docker/vnf \ docker/parser \ +docker/patrole \ docker/restapi"} arm64_dirs=${arm64_dirs-${amd64_dirs}} build_opts=(--pull=true --no-cache --force-rm=true)