From 9af394aea74f06b60b6b9cf4ca400bdadadbc24f Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Fri, 23 Feb 2018 11:50:44 +0200 Subject: Use functest repo variable related to: https://gerrit.opnfv.org/gerrit/#/c/52509/ JIRA: FUNCTEST-917 Change-Id: I79512253b37254b9247fda083500e160dba66d6f Signed-off-by: Delia Popescu --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 929f71f1b..88c5a4150 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 \ -- cgit 1.2.3-korg